Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D110227
[InstCombine] Update InstCombine to use poison instead of undef for shufflevector's placeholder (2/3) ClosedPublic Authored by hyeongyukim on Sep 22 2021, 2:04 AM.
Details Summary
Diff Detail
Unit TestsFailed Event Timelinehyeongyukim added reviewers: spatel, efriedma, jdoerfert, nikic, lebedev.ri, regehr.Sep 22 2021, 5:35 AM This revision is now accepted and ready to land.Sep 22 2021, 5:53 AM This revision was landed with ongoing or failed builds.Sep 22 2021, 8:15 AM Closed by commit rGec8311444abe: [InstCombine] Update InstCombine to use poison instead of undef for… (authored by hyeongyukim). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 374161 llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
llvm/test/Transforms/InstCombine/broadcast-inseltpoison.ll
llvm/test/Transforms/InstCombine/broadcast.ll
llvm/test/Transforms/InstCombine/gep-inbounds-null.ll
llvm/test/Transforms/InstCombine/getelementptr.ll
llvm/test/Transforms/InstCombine/icmp-vec-inseltpoison.ll
llvm/test/Transforms/InstCombine/icmp-vec.ll
llvm/test/Transforms/InstCombine/shufflevector-div-rem-inseltpoison.ll
llvm/test/Transforms/InstCombine/shufflevector-div-rem.ll
llvm/test/Transforms/InstCombine/vec-binop-select-inseltpoison.ll
llvm/test/Transforms/InstCombine/vec-binop-select.ll
llvm/test/Transforms/InstCombine/vec_shuffle-inseltpoison.ll
llvm/test/Transforms/InstCombine/vec_shuffle.ll
llvm/test/Transforms/InstCombine/vscale_cmp.ll
llvm/test/Transforms/PhaseOrdering/X86/shuffle-inseltpoison.ll
llvm/test/Transforms/PhaseOrdering/X86/shuffle.ll
llvm/test/Transforms/SLPVectorizer/AArch64/transpose-inseltpoison.ll
llvm/test/Transforms/SLPVectorizer/AArch64/transpose.ll
llvm/test/Transforms/SLPVectorizer/X86/alternate-int-inseltpoison.ll
llvm/test/Transforms/SLPVectorizer/X86/alternate-int.ll
|