[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:54 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
+; REQUIRES: amdgpu-registered-target
----------------
arsenm wrote:

I doubt this requires the target, can you reproduce if you remove the triple 

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


More information about the llvm-commits mailing list