[PATCH] D41983: [X86] Fix missing predicates HasAVX512 Predicates in avx512_sqrt_scalar.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 15 03:00:56 PST 2018


courbet added a comment.

Yes, there are not functional changes for the current TableGen backends. I'm working on a new backend though, and these two instructions are inconsistent with all the other, which define predicates on the instructions themselves and not just the patterns.


https://reviews.llvm.org/D41983





More information about the llvm-commits mailing list