[PATCH] D115786: [SPIR-V 2/6] Add SPIRV{InstrFormats,InstrInfo,RegisterInfo,RegisterBanks...}.td

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 19:44:37 PST 2022


MaskRay accepted this revision.
MaskRay added inline comments.
Herald added a project: All.


================
Comment at: llvm/lib/Target/SPIRV/SPIRVInstrInfo.td:16
+
+//Codegen only metadata instructions
+let isCodeGenOnly=1 in {
----------------



================
Comment at: llvm/lib/Target/SPIRV/SPIRVInstrInfo.td:27
+
+def SPVTypeBin   : SDTypeProfile<1, 2, []>;
+
----------------



================
Comment at: llvm/lib/Target/SPIRV/SPIRVInstrInfo.td:29
+
+def assigntype: SDNode<"SPIRVISD::AssignType", SPVTypeBin>;
+
----------------



================
Comment at: llvm/lib/Target/SPIRV/SPIRVRegisterInfo.td:40
+}
\ No newline at end of file

----------------
No newline at end of file


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115786/new/

https://reviews.llvm.org/D115786



More information about the llvm-commits mailing list