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