[PATCH] D101898: [ARM] Prevent spilling between ldrex/strex pairs

Tomas Matheson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 5 08:20:13 PDT 2021


tmatheson updated this revision to Diff 343055.
tmatheson added a comment.

- At more triples to the test (Thumb1/Thumb2)
- Remove tests for floating point atomics. They tend to be bitcast to ints by the frontend and the support for them is patchy across architecture versions.
- Rebase on top of pre-commit test in D101912 <https://reviews.llvm.org/D101912>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101898/new/

https://reviews.llvm.org/D101898

Files:
  llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/test/CodeGen/ARM/atomicrmw_exclusive_monitor_ints.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101898.343055.patch
Type: text/x-patch
Size: 322877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210505/18312dbb/attachment-0001.bin>


More information about the llvm-commits mailing list