[Mlir-commits] [mlir] [mlir][Hoisting] Hoisting vector.extract/vector.broadcast pairs (PR #86108)
    Steven Varoumas 
    llvmlistbot at llvm.org
       
    Thu Mar 21 03:24:51 PDT 2024
    
    
  
stevenvar wrote:
Motivation: during internal development we noticed quite a few instances of such patterns where many loops would start with vector.extract and end with vector.broadcast. This transform results in important speedup and we think it could benefit the community when encountering a similar pattern.
https://github.com/llvm/llvm-project/pull/86108
    
    
More information about the Mlir-commits
mailing list