[PATCH] D130885: [AtomicExpandPass] Always copy pcsections Metadata to expanded atomics
Marco Elver via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 01:59:00 PDT 2022
melver created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
melver requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
When expanding IR atomics to target-specific atomics, copy all
pcsections Metadata to expanded atomics automatically.
This change results in partial AArch64 support (where GlobalISel is not
required).
Depends on D130884 <https://reviews.llvm.org/D130884>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130885
Files:
llvm/lib/CodeGen/AtomicExpandPass.cpp
llvm/test/CodeGen/AArch64/pcsections.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130885.448954.patch
Type: text/x-patch
Size: 7148 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220801/4f0a3b79/attachment.bin>
More information about the llvm-commits
mailing list