[llvm] [AMDGPU] Add named operands to SI_CALL_ISEL (PR #192196)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 08:08:20 PDT 2026


================
@@ -0,0 +1,15 @@
+// RUN: llvm-tblgen -gen-instr-info -I %p/../../include -I %p/../../lib/Target/AMDGPU -I %p/../../lib/Target %s | FileCheck %s
+
+include "AMDGPU.td"
----------------
shiltian wrote:

I don't think we want to include any target specific `.td` file in the test. If you need the named operand for other purposes, just do it along with the actual changes.

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


More information about the llvm-commits mailing list