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

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 06:55:28 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
----------------
dtcxzyw wrote:

See https://github.com/llvm/llvm-project/pull/99492#discussion_r1682864397. I cannot reproduce this bug with `inbounds`.


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


More information about the llvm-commits mailing list