[llvm] [InstCombine] Fix a crash in `PointerReplacer` (PR #98987)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 22:08:58 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
----------------
arsenm wrote:
Although maybe this doesn't require the target, maybe just the datalayout with A5?
https://github.com/llvm/llvm-project/pull/98987
More information about the llvm-commits
mailing list