[PATCH] D124903: [X86][AMX] Replace PXOR instruction with SET0 in AMX pre config.

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 02:23:13 PDT 2022


pengfei added inline comments.


================
Comment at: llvm/lib/Target/X86/X86PreTileConfig.cpp:393
         .addReg(Ymm);
+  } else if (ST.hasAVX2()) {
+    Register Xmm = MRI->createVirtualRegister(&X86::VR128RegClass);
----------------
`hasAVX1`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124903



More information about the llvm-commits mailing list