[all-commits] [llvm/llvm-project] fa4347: [X86] Add test case for SetCCMOVMSK combine.
Luo, Yuanke via All-commits
all-commits at lists.llvm.org
Thu Apr 21 06:48:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa4347261e76e37f9632fe010e2e7beae97d117b
https://github.com/llvm/llvm-project/commit/fa4347261e76e37f9632fe010e2e7beae97d117b
Author: Luo, Yuanke <yuanke.luo at intel.com>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M llvm/test/CodeGen/X86/vector-compare-any_of.ll
Log Message:
-----------
[X86] Add test case for SetCCMOVMSK combine.
Create 2 users for MOVMSK to test if compiler would perform the combine
"MOVMSK(CONCAT(X,Y)) == 0 -> MOVMSK(OR(X,Y))".
More information about the All-commits
mailing list