[PATCH] D99010: [X86][AMX] Hoist ldtilecfg
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 11 01:09:11 PDT 2021
LuoYuanke added inline comments.
================
Comment at: llvm/lib/Target/X86/X86PreTileConfig.cpp:109
+ bool isAMXInstruction(MachineInstr &MI) {
+ if (MI.isPseudo() || MI.getNumOperands() < 3)
+ return false;
----------------
!MI.isPseudo()?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99010/new/
https://reviews.llvm.org/D99010
More information about the llvm-commits
mailing list