[all-commits] [llvm/llvm-project] e1fcf9: [InstCombine] Add splat vector test for asymmetric...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue May 24 01:57:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1fcf998dc95f832da440ce9227c83fa6af96011
https://github.com/llvm/llvm-project/commit/e1fcf998dc95f832da440ce9227c83fa6af96011
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-05-24 (Tue, 24 May 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/icmp-logical.ll
Log Message:
-----------
[InstCombine] Add splat vector test for asymmetric masked icmp fold
(NFC)
Commit: 5abaabed22d749360d2c1d77907d927207de87b4
https://github.com/llvm/llvm-project/commit/5abaabed22d749360d2c1d77907d927207de87b4
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-05-24 (Tue, 24 May 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/test/Transforms/InstCombine/icmp-logical.ll
Log Message:
-----------
[InstCombine] Use m_APInt() in asymmetric masked icmp fold
This is mostly intended as code cleanup, but it does also add
support for splat vectors to this fold.
Compare: https://github.com/llvm/llvm-project/compare/3245e2edd50c...5abaabed22d7
More information about the All-commits
mailing list