[PATCH] D142388: [clang] Add builtin_nondeterministic_value
Zixuan Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 11 19:18:46 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
----------------
ManuelJBrito wrote:
> zixuan-wu wrote:
> > hi, @ManuelJBrito , because double is 4 alignment in CSKY target, could you please update this with capture match pattern which makes it more adaptable?
> Hi, I'll make a patch dropping the alignment since it's not relevant for what we are testing here.
Thank you!
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