[PATCH] D68255: [X86] Remove AVX/AVX512 check from validateOperandSize, just always accept 512

Eric Christopher via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 5 02:59:28 PDT 2019


echristo added a comment.

The idea was that we'd have a much more graceful error message as well as a way for the front end to do the diagnosis. The code is being called out of SemaStmtAsm.cpp and I'm pretty sure we can probably accumulate the target attributes there?

-eric


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68255/new/

https://reviews.llvm.org/D68255





More information about the cfe-commits mailing list