https://github.com/arsenm commented:
On second thought, why does instcombine need to do this? Don't we already do this late, in CodeGenPrepare or DAGBuilder? The exact min/max operation you want will be target dependent, and this is introducing new constraints to the operation https://github.com/llvm/llvm-project/pull/159652 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
