[PATCH] D87981: [X86] AMX programming model.

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 20:33:55 PDT 2021


pengfei added inline comments.


================
Comment at: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:4675
     }
+    case Intrinsic::x86_tilestored64_internal: {
+      unsigned Opc = X86::PTILESTOREDV;
----------------
yubing wrote:
> It seems there should be a check here, according to line4575:
> 
> ```
> if (!Subtarget->hasAMXTILE())
>   break;
> ```
> 
> 
> 
> 
Is the check in 4575 is necessary?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87981



More information about the llvm-commits mailing list