Files
clang-p2996/llvm/lib/Transforms/InstCombine
Philip Reames 25781221d6 [instcombine] Delete dead transform for reverse of binop (#143967)
We canonicalize reverse to after a binop in foldVectorBinop, and
simplify reverse pairs in InstSimplify, so these elimination transforms
are redundant.
2025-06-16 12:43:13 -07:00
..