[llvm] [AMDGPU] Handle non-register operands for S_SUB/ADD_U64_PSEUDO (PR #86104)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 03:38:08 PDT 2024


================
@@ -0,0 +1,68 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -mtriple=amdgcn -mcpu=gfx1100 -run-pass=finalize-isel -verify-machineinstrs -o - %s | FileCheck -check-prefix=GFX11 %s
+# RUN: llc -mtriple=amdgcn -mcpu=gfx1200 -run-pass=finalize-isel -verify-machineinstrs -o - %s | FileCheck -check-prefix=GFX12 %s
----------------
arsenm wrote:

the verify is redundant? 

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


More information about the llvm-commits mailing list