[PATCH] D125520: [TableGen][DirectX] generate DXIL operation table with TableGen.

Justin Bogner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 11:25:16 PDT 2022


bogner accepted this revision.
bogner added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/utils/TableGen/DXILEmitter.cpp:321
+  OS << "                        });\n";
+  OS << "  return Prop;\n";
+  OS << "}\n\n";
----------------
Should we assert that we found the opcode here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125520



More information about the llvm-commits mailing list