[PATCH] D142388: [clang] Add builtin_nondeterministic_value
Zixuan Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 4 19:37:27 PDT 2023
zixuan-wu added inline comments.
================
Comment at: clang/test/CodeGen/builtins-nondeterministic-value.c:26
+// CHECK-LABEL: entry
+// CHECK: [[A:%.*]] = alloca double, align 8
+// CHECK: store double [[X:%.*]], ptr [[A]], align 8
----------------
hi, @ManuelJBrito , because double is 4 alignment in CSKY target, could you please update this with capture match pattern which makes it more adaptable?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142388/new/
https://reviews.llvm.org/D142388
More information about the cfe-commits
mailing list