[llvm] [AMDGPU] Inplace FI elimination during PEI for scalar copy instruction (PR #99556)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 19 04:31:39 PDT 2024
================
@@ -0,0 +1,82 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a -verify-machineinstrs -run-pass=prologepilog %s -o - | FileCheck %s
+--- |
+ target triple = "amdgcn-amd-amdhsa"
+
+ declare double @killer()
+ define void @bug() #0 {
+ ret void
+ }
+
+ attributes #0 = { "amdgpu-stack-objects" "target-cpu"="gfx90a" }
----------------
arsenm wrote:
Shouldn't need the IR section
https://github.com/llvm/llvm-project/pull/99556
More information about the llvm-commits
mailing list