[all-commits] [llvm/llvm-project] 94c449: [X86] combinePredicateReduction - pull out SETCC h...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Jan 30 04:54:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 94c4499bc73acd2b40f634b2d3bfc8f633a1a1fd
https://github.com/llvm/llvm-project/commit/94c4499bc73acd2b40f634b2d3bfc8f633a1a1fd
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] combinePredicateReduction - pull out SETCC handling for all_of(icmp_eq) reductions. NFC.
Minor cleanup before we can handle any_of(icmp_ne) with the same code.
More information about the All-commits
mailing list