[PATCH] D94155: [X86] Fix tile config register spill issue.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 5 23:45:47 PST 2021
LuoYuanke added inline comments.
================
Comment at: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:4602
break;
unsigned Opc = X86::PTILELOADDV;
// _tile_loadd_internal(row, col, buf, STRIDE)
----------------
pengfei wrote:
> I think the removal of CFG may enable you to use TD patterns.
Good idea. I'll try it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94155/new/
https://reviews.llvm.org/D94155
More information about the llvm-commits
mailing list