llvm-project/mlir/lib/Analysis
Amy Zhuang b9ae741d3e [mlir] Fix getVectorReductionOp
1.Combining kind min/max of Vector reduction op has been changed to
  minf/maxf, minsi/maxsi, and minui/maxui. Modify getVectorReductionOp
  accordingly.
2.Add min/max to supported reductions.

Reviewed By: dcaballe, nicolasvasilache

Differential Revision: https://reviews.llvm.org/D112246
2021-10-26 08:42:34 -07:00
..
AliasAnalysis [mlir] Added new RegionBranchTerminatorOpInterface and adapted uses of hasTrait<ReturnLike>. 2021-07-26 06:39:31 +02:00
Presburger [MLIR] Simplex::appendVariable: early return if count == 0 2021-09-20 13:16:56 +05:30
AffineAnalysis.cpp [mlir] Fix getVectorReductionOp 2021-10-26 08:42:34 -07:00
AffineStructures.cpp [MLIR] FlatAffineValueConstraints: Fix bug in mergeSymbolIds 2021-10-24 20:06:03 +05:30
AliasAnalysis.cpp [mlir] Add support for querying the ModRef behavior from the AliasAnalysis class 2021-05-27 13:57:29 -07:00
BufferViewFlowAnalysis.cpp [mlir] Added new RegionBranchTerminatorOpInterface and adapted uses of hasTrait<ReturnLike>. 2021-07-26 06:39:31 +02:00
CMakeLists.txt [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
CallGraph.cpp [mlir] Update SCCP and the Inliner to use SymbolTableCollection for symbol lookups 2020-10-16 12:08:48 -07:00
DataFlowAnalysis.cpp [mlir:DataFlowAnalysis] Reprocess the arguments of already executable edges 2021-09-22 20:14:55 +00:00
DataLayoutAnalysis.cpp [mlir] support memref of memref in standard-to-llvm conversion 2021-06-08 11:11:31 +02:00
LinearTransform.cpp [MLIR] Support symbols in emptiness checks for FlatAffineConstraints 2021-04-08 21:38:47 +05:30
Liveness.cpp [MLIR][NFC] Minor cleanup in liveness. 2021-07-23 13:30:02 -07:00
LoopAnalysis.cpp [mlir][RFC] Refactor layout representation in MemRefType 2021-10-19 12:31:15 +03:00
NestedMatcher.cpp [mlir] fix a memory leak in NestedPattern 2021-03-12 18:52:14 +01:00
NumberOfExecutions.cpp [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
PresburgerSet.cpp [MLIR] PresburgerSet: support divisions in operations 2021-09-24 15:36:47 +05:30
SliceAnalysis.cpp [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
Utils.cpp [mlir][RFC] Refactor layout representation in MemRefType 2021-10-19 12:31:15 +03:00