[llvm] InstCombine: Fix a crash in `PointerReplacer` when constructing a new PHI (PR #130256)
Changpeng Fang via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 7 00:12:09 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
----------------
changpeng wrote:
No. I can not remove the target triple.
https://github.com/llvm/llvm-project/pull/130256
More information about the llvm-commits
mailing list