[all-commits] [llvm/llvm-project] c72aea: [X86] Swap bool reduction predicates in v2i64/v4i3...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Feb 4 06:00:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c72aeaad28e1206dac007be9bc27e2c266906645
https://github.com/llvm/llvm-project/commit/c72aeaad28e1206dac007be9bc27e2c266906645
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-02-04 (Sat, 04 Feb 2023)
Changed paths:
M llvm/test/CodeGen/X86/vector-compare-all_of.ll
M llvm/test/CodeGen/X86/vector-compare-any_of.ll
Log Message:
-----------
[X86] Swap bool reduction predicates in v2i64/v4i32 tests
The v2i64 case has more scope for optimization with ne than ugt cases, and we already have very similar icmp sgt coverage via the v4i64 tests
More information about the All-commits
mailing list