https://github.com/wangleiat commented:
`select-binop-combine.ll` already performs a similar transformation at the IR level. After running `opt -O2`, the resulting code has the same effect as this combine. Do we still need to handle this separately in the backend? https://github.com/llvm/llvm-project/pull/215520 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
