[PATCH] D144710: [X86] Improve atomics test for !pcsections

Marco Elver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 24 01:36:38 PST 2023


melver created this revision.
melver added reviewers: dvyukov, vitalybuka.
Herald added a subscriber: pengfei.
Herald added a project: All.
melver requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Extend pcsections-atomics.ll to exhaustively test all atomic ops up to
64 bits. This currently shows that some atomic operations do not end up
in PC sections. This will be addressed in a subsequent change.

Depends on D144675 <https://reviews.llvm.org/D144675>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144710

Files:
  llvm/test/CodeGen/X86/pcsections-atomics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144710.500107.patch
Type: text/x-patch
Size: 288553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230224/26a4b6a9/attachment-0001.bin>


More information about the llvm-commits mailing list