[PATCH] D82705: [X86-64] Support Intel AMX instructions
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 30 08:07:30 PDT 2020
pengfei added inline comments.
================
Comment at: llvm/utils/TableGen/X86RecognizableInstr.cpp:804
case X86Local::MRM6X: case X86Local::MRM7X:
filter = std::make_unique<ExtendedFilter>(true, Form - X86Local::MRM0X);
+ case X86Local::MRMr0:
----------------
You missed break here. That's the reason it failed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82705/new/
https://reviews.llvm.org/D82705
More information about the llvm-commits
mailing list