[PATCH] D124378: [X86][AMX] combine tile cast and load/store instruction.
Bing Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 15 00:21:12 PDT 2023
yubing added inline comments.
================
Comment at: llvm/lib/Target/X86/X86LowerAMXType.cpp:930
+ // stride.
+ Value *Stride = Builder.getInt64(64);
+ Value *I8Ptr =
----------------
Why stride is 64 here instead of Col?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124378/new/
https://reviews.llvm.org/D124378
More information about the llvm-commits
mailing list