[llvm] [AMDGPU] Fix resource analysis crash on alias-to-alias function (PR #99034)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 06:15:36 PDT 2024
================
@@ -0,0 +1,51 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn -verify-machineinstrs < %s | FileCheck %s
----------------
shiltian wrote:
```suggestion
; RUN: llc -mtriple=amdgcn -verify-machineinstrs %s -o - | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/99034
More information about the llvm-commits
mailing list