[llvm] InstCombine: Fix a crash in `PointerReplacer` when constructing a new PHI (PR #130256)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 23:21:53 PST 2025
================
@@ -0,0 +1,48 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -O1 -S -o - %s | FileCheck %s
----------------
arsenm wrote:
Should just run instcombine and not -O1
https://github.com/llvm/llvm-project/pull/130256
More information about the llvm-commits
mailing list