[llvm] [InstSimplify] Fix Compilation Hang in simplifyExtractValueInst (PR #190279)
Sharjeel Khan via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 4 19:56:00 PDT 2026
================
@@ -0,0 +1,1490 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt < %s -passes=correlated-propagation -S | FileCheck %s
+
+define i32 @main() {
----------------
Sharjeel-Khan wrote:
I was able to reduce it more.
https://github.com/llvm/llvm-project/pull/190279
More information about the llvm-commits
mailing list