[llvm] [AMDGPU] Add AMDGPU specific variadic operation MCExprs (PR #82022)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 06:45:06 PST 2024


================
@@ -0,0 +1,26 @@
+// RUN: not llvm-mc -triple amdgcn-amd-amdhsa %s 2>&1 | FileCheck --check-prefix=ASM %s
+
+// ASM: error: empty max/or expression
----------------
arsenm wrote:

Check line numbers? 

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


More information about the llvm-commits mailing list