[all-commits] [llvm/llvm-project] f40863: [CodeGen] Use poison instead of undef as placehold...
ManuelJBrito via All-commits
all-commits at lists.llvm.org
Thu Nov 24 00:42:53 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f408635b26b4cc758e0e0321acd929be6242e5ab
https://github.com/llvm/llvm-project/commit/f408635b26b4cc758e0e0321acd929be6242e5ab
Author: Manuel Brito <manuel.brito at tecnico.ulisboa.pt>
Date: 2022-11-24 (Thu, 24 Nov 2022)
Changed paths:
M llvm/lib/CodeGen/AtomicExpandPass.cpp
M llvm/test/Transforms/AtomicExpand/AArch64/pcsections.ll
M llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-i16.ll
M llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-i8.ll
M llvm/test/Transforms/AtomicExpand/PowerPC/cmpxchg.ll
M llvm/test/Transforms/AtomicExpand/RISCV/atomicrmw-fp.ll
M llvm/test/Transforms/AtomicExpand/SPARC/libcalls.ll
M llvm/test/Transforms/AtomicExpand/SPARC/partword.ll
M llvm/test/Transforms/AtomicExpand/X86/expand-atomic-non-integer.ll
Log Message:
-----------
[CodeGen] Use poison instead of undef as placeholder in AtomicExpandPass [NFC]
Differential Revision: https://reviews.llvm.org/D138483
More information about the All-commits
mailing list