[PATCH] D121847: [OpaquePtr][ARM] Use elementtype on ldrex/ldaex/stlex/strex

Arthur Eubanks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 16 14:02:50 PDT 2022


aeubanks created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
aeubanks requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.

Includes verifier changes checking the elementtype, clang codegen
changes to emit the elementtype, and ISel changes using the elementtype.

Basically the same as D120527 <https://reviews.llvm.org/D120527>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121847

Files:
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/arm_acle.c
  clang/test/CodeGen/builtins-arm-exclusive.c
  clang/test/CodeGenCXX/builtins-arm-exclusive.cpp
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/test/Bitcode/arm-intrinsics.bc
  llvm/test/Bitcode/arm-intrinsics.ll
  llvm/test/CodeGen/ARM/ldaex-stlex.ll
  llvm/test/CodeGen/ARM/ldrex-frame-size.ll
  llvm/test/CodeGen/ARM/ldstrex.ll
  llvm/test/Transforms/AtomicExpand/ARM/atomic-expansion-v7.ll
  llvm/test/Transforms/AtomicExpand/ARM/atomic-expansion-v8.ll
  llvm/test/Transforms/AtomicExpand/ARM/cmpxchg-weak.ll
  llvm/test/Verifier/arm-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121847.415968.patch
Type: text/x-patch
Size: 51690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220316/c19377ff/attachment-0001.bin>


More information about the cfe-commits mailing list