[PATCH] D142388: [clang] Add builtin_nondeterministic_value
Manuel Brito via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 9 08:57:22 PDT 2023
ManuelJBrito 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
----------------
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.
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