[PATCH] D138483: Use poison instead of undef as placeholder in AtomicExpandPass
Manuel Brito via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 02:12:10 PST 2022
ManuelJBrito created this revision.
ManuelJBrito added a reviewer: nlopes.
Herald added a subscriber: hiraditya.
Herald added a project: All.
ManuelJBrito requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Replacing instances of undef with poison, where it is used as a placeholder for struct construction.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D138483
Files:
llvm/lib/CodeGen/AtomicExpandPass.cpp
llvm/test/Transforms/AtomicExpand/X86/expand-atomic-non-integer.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138483.477117.patch
Type: text/x-patch
Size: 4896 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221122/990b61f2/attachment.bin>
More information about the llvm-commits
mailing list