[llvm] [ConstraintElim] Simplify `MinMaxIntrinsic` (PR #75306)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 13:12:10 PST 2024


================
@@ -341,6 +341,271 @@ end:
   ret i32 0
 }
 
+; Test from PR75155
+define i32 @simplify_slt_smax_val(i32 %a, i32 %b) {
----------------
fhahn wrote:

Fair enough, would probably be worth changing the whole file separately.

https://github.com/llvm/llvm-project/pull/75306


More information about the llvm-commits mailing list