[llvm] [AMDGPU] Implement workaround for GFX11.5 export priority (PR #99273)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 00:10:25 PDT 2024


================
@@ -0,0 +1,344 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn -mcpu=gfx1150 -amdgpu-enable-vopd=0 -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
----------------
arsenm wrote:

Don't need -verify-machineinstrs 

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


More information about the llvm-commits mailing list