[PATCH] D98011: [X86][NFC] Adding one flag to imply whether the instruction should check the predicate when compress EVEX instructions to VEX encoding.
LiuChen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 7 19:35:04 PST 2021
LiuChen3 marked 3 inline comments as done.
LiuChen3 added inline comments.
================
Comment at: llvm/lib/Target/X86/X86InstrSSE.td:7169
//===----------------------------------------------------------------------===//
let Predicates = [HasAVXVNNI, NoVLX_Or_NoVNNI], Constraints = "$src1 = $dst" in
multiclass avx_vnni_rm<bits<8> opc, string OpcodeStr, SDNode OpNode,
----------------
LiuChen3 wrote:
> pengfei wrote:
> > Should be simple to add here i.e. `ExplicitVEXPrefix, checkPredicate = 1`
> Of course we can do this.
I am sorry that I forgot this!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98011/new/
https://reviews.llvm.org/D98011
More information about the llvm-commits
mailing list