llvm/mlir/lib
wren romano aff9c89fab [mlir][sparse] Simplifying closure
By closing over the `rank` itself rather than `this`, we save a method call on each iteration.  A minor optimization, but one that adds up.

Depends On D126016

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D126019
2022-05-19 15:15:33 -07:00
..
Analysis [MLIR][Presburger] subtraction: add support for divs defined by equalties 2022-04-30 14:45:13 +01:00
Bindings/Python [mlir] Fix python bindings build on Windows in Debug 2022-05-09 19:46:47 -07:00
CAPI [DenseElementAttr] Simplify the public API for creating these. 2022-05-12 16:18:23 +01:00
Conversion [mlir][complex] Add pow/sqrt/tanh ops and lowering to libm 2022-05-18 14:03:14 +02:00
Dialect [mlir][vector] Fix crash in DropInnerMostUnitDims pattern 2022-05-19 17:38:04 +00:00
ExecutionEngine [mlir][sparse] Simplifying closure 2022-05-19 15:15:33 -07:00
Interfaces [MLIR][GPU] Add canonicalizer for gpu.memcpy 2022-05-14 19:01:04 +05:30
IR [mlir] Remove the type keyword from type alias definitions 2022-05-16 13:54:02 -07:00
Parser [MLIR] Make parseDimensionListRanked configurable wrt parsing a trailing x 2022-05-18 05:42:35 -04:00
Pass [mlir:Pass] Add support for op-agnostic pass managers 2022-05-12 13:12:59 -07:00
Reducer [mlir] Add asserts when changing various MLIRContext configurations 2022-04-15 21:49:03 -07:00
Rewrite [mlir:PDLInterp] Refactor the implementation of result type inferrence 2022-05-01 12:25:05 -07:00
Support [mlir] Fix the error message for missing explicit TypeID 2022-05-18 21:08:09 +00:00
TableGen [mlir] Attach InferTypeOpInterface on SameOperandsAndResultType operations when possible 2022-04-28 12:57:59 -07:00
Target [mlir] Update LLVMIR Fastmath flags use of MLIR BitEnum functionality 2022-05-17 18:19:14 +00:00
Tools [mlir:PDLL] Don't append / for directory code completion 2022-05-18 00:23:47 -07:00
Transforms [mlir:GreedyDriver] Return WalkResult::skip after deleting a known constant 2022-05-18 02:14:02 -07:00
CMakeLists.txt [MLIR] Fix build without native arch 2022-05-12 09:50:51 +02:00