[PATCH] D92674: [TableGen] Cache two things to improve speed.

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 5 04:42:22 PST 2020


Paul-C-Anagnostopoulos added a comment.

It occurs to me that we may have to stick with copying the vector of records each time it is returned. There is nothing stopping backends from modifying the vector. I'll do some research.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92674



More information about the llvm-commits mailing list