We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747dc89 commit 56dc18dCopy full SHA for 56dc18d
test/vast/Compile/SingleSource/const-arithmetic-a.c
@@ -2,6 +2,7 @@
2
// RUN: %file-check --input-file=%t.mlir %s -check-prefix=HL
3
// RUN: %vast-cc1 -triple x86_64-unknown-linux-gnu -vast-emit-mlir=hl -vast-canonicalize %s -o %t.mlir
4
// RUN: %file-check --input-file=%t.mlir %s -check-prefix=CAN
5
+// REQUIRE: vast-const-fold
6
7
int arithmetic() {
8
return 5 + 10;
0 commit comments