[PATCH] D127147: [DirectX] Add MC Register and Frame stubs

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 11 00:19:08 PDT 2022


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: llvm/lib/Target/DirectX/DXILStubs.td:8
+
+class DXILInst
+  : Instruction {
----------------
unneeded wrap


================
Comment at: llvm/lib/Target/DirectX/DXILStubs.td:10
+  : Instruction {
+
+  let Namespace = "DXIL";
----------------
delete blank line


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127147



More information about the llvm-commits mailing list