[PATCH] D152547: [clang][NFC] Drop alignment in builtin-nondeterministic-value test
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 9 12:41:35 PDT 2023
erichkeane added inline comments.
================
Comment at: clang/test/CodeGen/builtins-nondeterministic-value.c:8
// CHECK-LABEL: entry
-// CHECK: [[A:%.*]] = alloca i32, align 4
-// CHECK: store i32 [[X:%.*]], ptr [[A]], align 4
+// CHECK: [[A:%.*]] = alloca i32, align
+// CHECK: store i32 [[X:%.*]], ptr [[A]], align
----------------
this test doesn't seem to be testing for alignment at all, so just take out everything after the type.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152547/new/
https://reviews.llvm.org/D152547
More information about the cfe-commits
mailing list