[PATCH] D37455: [X86] Introduce a new td file to hold patterns some of the non instruction patterns from SSE and AVX512

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 08:58:31 PDT 2017


craig.topper added a comment.

I created a new file because X86InstrCompiler.td is already 2000 lines long. There are still more things I want to move to the new file. So I was just trying to keep things manageable.


https://reviews.llvm.org/D37455





More information about the llvm-commits mailing list