[CodeGen] ExpandReductions - add reduce_and/or(<X x i1> V) -> icmp(iX...
[CodeGen] ExpandReductions - add reduce_and/or(<X x i1> V) -> icmp(iX bitcast(<X x i1> V)) canonicalization This already exists in InstCombine but was missing from the late stage ExpandReductions pass Fixes #53419 Fixes #61923 Differential Revision: https://reviews.llvm.org/D147452
Loading
Please sign in to comment