[PATCH] D107544: [X86] [AMX] Replace bitcast with specific AMX intrinsics with X86 specific cast.

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 19:31:47 PDT 2021


pengfei added inline comments.


================
Comment at: llvm/lib/Target/X86/X86LowerAMXType.cpp:178
+  bool transformBitcast(BitCastInst *Bitcast);
+  Value *getRowFromCol(Instruction *II, Value *V, unsigned Granularity);
+};
----------------
This function has no user now?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107544



More information about the llvm-commits mailing list