llvm
b7b3d179 - [InstSimplify] Implement simple folds for `ucmp`/`scmp` intrinsics (#95601)

Commit
1 year ago
[InstSimplify] Implement simple folds for `ucmp`/`scmp` intrinsics (#95601) This patch adds folds for the cases where both operands are the same or where it can be established that the first operand is less than, equal to, or greater than the second operand.
Author
Parents
Loading