[llvm] [InstSimplify] Simplify the select with integer comparison relationship (PR #66668)

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 06:27:47 PST 2023


================
@@ -0,0 +1,159 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
+
+; TODO: https://alive2.llvm.org/ce/z/3ybZRl
+define i32 @pr54735_slt(i32 noundef %x, i32 noundef %y) {
----------------
vfdff wrote:

Apply your command, thanks @dtcxzyw 

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


More information about the llvm-commits mailing list