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

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 11 00:53:49 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) {
----------------
dtcxzyw wrote:

Please drop `noundef` attributes.

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


More information about the llvm-commits mailing list