[PATCH] D93814: [TableGen] Fix bug in !interleave operator

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 25 08:57:59 PST 2020


Paul-C-Anagnostopoulos added inline comments.


================
Comment at: llvm/lib/TableGen/Record.cpp:897
 
+////    Result.append(cast<IntInit>(List->getElement(I)->getCastTo(IntRecTy::get()))
+////                      ->getAsString());
----------------
I will remove these obsolete lines of code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93814



More information about the llvm-commits mailing list