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

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 10:17:09 PST 2024


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

I am not willing to add new declarations for minmax intrinsics with i16 variants :(


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


More information about the llvm-commits mailing list