[PATCH] D129476: [AArch64][SVE] Prefer SIMD&FP variant of clast[ab]
    Eli Friedman via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Jul 11 13:14:06 PDT 2022
    
    
  
efriedma added a comment.
Are you saying that it's faster to use clasta targeting a float register, then move the result to an integer register, rather than use the integer form directly?  Or is the issue just that we want to split the operations in case we can simplify the resulting bitcast?
Do we expect SelectionDAG to combine a clasta+bitcast to a single instruction?  Do we have test coverage for that?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129476/new/
https://reviews.llvm.org/D129476
    
    
More information about the cfe-commits
mailing list