[PATCH] D67399: [ARM] Follow AACPS standard for volatile bitfields
JF Bastien via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 10 09:01:55 PDT 2019
jfb added inline comments.
================
Comment at: clang/test/CodeGen/aapcs-bitfield.c:541
// BE-NEXT: [[TMP0:%.*]] = getelementptr inbounds [[STRUCT_ST9:%.*]], %struct.st9* [[M:%.*]], i32 0, i32 0
+// BE-NEXT: [[BF_LOAD:%.*]] = load volatile i8, i8* [[TMP0]], align 4
// BE-NEXT: store volatile i8 1, i8* [[TMP0]], align 4
----------------
These are just extra loads? Why?
================
Comment at: clang/test/CodeGen/aapcs-bitfield.c:552
// LE-NEXT: [[TMP0:%.*]] = getelementptr inbounds [[STRUCT_ST9:%.*]], %struct.st9* [[M:%.*]], i32 0, i32 0
// LE-NEXT: [[BF_LOAD:%.*]] = load volatile i8, i8* [[TMP0]], align 4
// LE-NEXT: [[INC:%.*]] = add i8 [[BF_LOAD]], 1
----------------
Why isn't this load sufficient?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67399/new/
https://reviews.llvm.org/D67399
More information about the cfe-commits
mailing list