We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wintern branch
19.1.5
macOS
Related issue: #753
I'm currently printing out all callees within matchAndRewrite to verify names used by vast.
matchAndRewrite
When converting hl.calls with signatures in form \01_xx, CallConversion fails to produce any output.
hl.call
\01_xx
CallConversion
Compiled test.c:
test.c
#include <fcntl.h> #include <unistd.h> void test(int name) { close(name); }
vast-front -DHAVE_CONFIG_H -I. -g -O2 -c -o test.mlir test.c -vast-emit-mlir=hl -vast-simplify -vast-show-locs -vast-loc-attrs
Then vast-detect-parsers test.mlir --vast-hl-to-parser -reconcile-unrealized-casts -o vast.parser.mlir.
vast-detect-parsers test.mlir --vast-hl-to-parser -reconcile-unrealized-casts -o vast.parser.mlir
The text was updated successfully, but these errors were encountered:
matchAndRewrite also fails to catch non-malformed calls.
Compile lib/chdir-long.c of gzip (1.10) to hl, then to parser. cdb_advance_fd call is missing.
lib/chdir-long.c
gzip
hl
parser
cdb_advance_fd
Sorry, something went wrong.
No branches or pull requests
VAST version
wintern branch
LLVM version
19.1.5
Operating system
macOS
Description
Related issue: #753
I'm currently printing out all callees within
matchAndRewrite
to verify names used by vast.When converting
hl.call
s with signatures in form\01_xx
,CallConversion
fails to produce any output.Steps to Reproduce
Compiled
test.c
:vast-front -DHAVE_CONFIG_H -I. -g -O2 -c -o test.mlir test.c -vast-emit-mlir=hl -vast-simplify -vast-show-locs -vast-loc-attrs
Then
vast-detect-parsers test.mlir --vast-hl-to-parser -reconcile-unrealized-casts -o vast.parser.mlir
.The text was updated successfully, but these errors were encountered: