[llvm] [Instcombine] Fix crash in foldMinimumMaximumSharedOp. (PR #173705)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 26 23:21:42 PST 2025


================
@@ -0,0 +1,16 @@
+; RUN: opt -passes=instcombine -S %s -o - | FileCheck %s
----------------
dtcxzyw wrote:

Manually writing check lines suffers from the same issue. We use UTC to avoid manually changing check lines the next time we implement a new fold/change the signature of intrinsics. I'd suggest adding a comment here to indicate this test is associated with a crash bug.


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


More information about the llvm-commits mailing list