[PATCH] D38028: [X86][TableGen] Recommitting the X86 memory folding tables TableGen backend while disabling it by default.

Ayman Musa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 1 00:44:08 PDT 2017


aymanmus added a comment.

Since the backend would be disabled at the end of the process, I think that it's better to keep it that way from the beginning.
The generated tables do not mean anything now and IMHO should not be visible to anyone who has no interest in contributing to this specific effort.
So I guess the best way to keep the temporary tables "hidden" is by enabling the "run-by-demand" mechanism now.


https://reviews.llvm.org/D38028





More information about the llvm-commits mailing list