[PATCH] D125520: [TableGen][DirectX] generate DXIL operation table with TableGen.
Xiang Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 16 14:39:46 PDT 2022
python3kgae reopened this revision.
python3kgae marked an inline comment as done.
python3kgae added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/utils/TableGen/DXILEmitter.cpp:279
+ StringSet<> ClassSet;
+ StringRef PrevCategory = "";
+ for (auto &DXILOp : DXILOps) {
----------------
hctim wrote:
> Unused variable here, broke the sanitizer build bots that build with `-Werror`.
Sorry to miss it.
Rebuilding to make sure no other warnings.
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