Alive2: https://alive2.llvm.org/ce/z/dxxD7B
Fixes: https://github.com/llvm/llvm-project/issues/60690
Signed-off-by: Jun Zhang <jun@junz.org>
Differential D146637
[InstCombine] Try to recognize bswap pattern when calling funnel shifts junaire on Mar 22 2023, 9:00 AM. Authored by
Details Alive2: https://alive2.llvm.org/ce/z/dxxD7B Signed-off-by: Jun Zhang <jun@junz.org>
Diff Detail
Event Timeline
Comment Actions As @RKSimon said, this transform is in the wrong place. It has nothing to do with shuffled intrinsic operands...
Comment Actions LGTM
|
Why not use test matchBSwapOrBitReverse here?