[llvm] [InstCombine] Do not use operand info in `replaceInInstruction` (PR #99492)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 06:59:23 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:

See https://github.com/llvm/llvm-project/pull/99492#discussion_r1682885906 :)

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


More information about the llvm-commits mailing list