[llvm] [InstCombine] Fix a crash in `PointerReplacer` (PR #98987)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 06:04:42 PDT 2024


================
@@ -0,0 +1,33 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -passes=instcombine -S -o - %s | FileCheck %s
+; REQUIRES: amdgpu-registered-target
----------------
shiltian wrote:

Well, it still needs target. I tried only with data layout and it doesn't reproduce the crash.

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


More information about the llvm-commits mailing list