[llvm] [InstCombine] Set `samesign` when converting signed predicates into unsigned (PR #112642)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 05:40:06 PDT 2024


================
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt < %s -passes=instcombine -S | FileCheck %s
+; RUN: opt < %s -passes="instcombine<no-verify-fixpoint>" -S | FileCheck %s
----------------
nikic wrote:

I see. This is a bit of recurring problem, may be worthwhile to add a special case at some point to revisit phi users if we add nuw to a recurrence add.

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


More information about the llvm-commits mailing list