[all-commits] [llvm/llvm-project] be065c: [mlir] Change scf::LoopNest to store 'results'.
    Christian Sigg via All-commits 
    all-commits at lists.llvm.org
       
    Wed Nov 30 21:52:01 PST 2022
    
    
  
  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be065c41d83a93411b320677b5727734de549246
      https://github.com/llvm/llvm-project/commit/be065c41d83a93411b320677b5727734de549246
  Author: Christian Sigg <csigg at google.com>
  Date:   2022-12-01 (Thu, 01 Dec 2022)
  Changed paths:
    M mlir/include/mlir/Dialect/SCF/IR/SCF.h
    M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
    M mlir/lib/Dialect/SCF/IR/SCF.cpp
    M mlir/test/lib/Dialect/Tensor/TestTensorTransforms.cpp
  Log Message:
  -----------
  [mlir] Change scf::LoopNest to store 'results'.
This fixes the case where scf::LoopNest::loops is empty.
Change LoopVector and ValueVector to SmallVector.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D136926
    
    
More information about the All-commits
mailing list