[PATCH] D107544: [X86] [AMX] Replace bitcast with specific AMX intrinsics with X86 specific cast.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 17 16:35:37 PDT 2021
LuoYuanke added inline comments.
================
Comment at: llvm/lib/Target/X86/X86LowerAMXType.cpp:1049
+ X86LowerAMXType LAT(F);
bool C = LAT.visit();
----------------
RKSimon wrote:
> Doesn't C needs to be updated based on the results of combineAMXcast and transformAllAMXCast as well ?
Yes. C should be updated. Thanks, Simon.
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