[PATCH] D147835: [X86][mem-fold] Speed up test by not re-generating the .inc file
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 05:15:40 PDT 2023
thakis added a comment.
On my system, running `llvm-tblgen -gen-x86-fold-tables -asmwriternum=1 llvm/lib/Target/X86/X86.td -I llvm/lib/Target/X86 -I llvm/include -o tmp` takes 1 second. That doesn't seem to justify this change. Is it much slower on your end?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147835/new/
https://reviews.llvm.org/D147835
More information about the llvm-commits
mailing list