[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
Tue Oct 3 23:48:30 PDT 2017


aymanmus added a comment.

@craig.topper that's right, at the end of this process both the generated and manual tables will hold the same entries. But the backend would be disabled and we would include a copy of the last generated inc file from it.
The main challenge here is how to integrate the TableGen's backend and taking advantage of its capabilities while supervising and validating each change made to them.


https://reviews.llvm.org/D38028





More information about the llvm-commits mailing list