summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Conversion/LinalgToLLVM/LinalgToLLVM.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-2/+8
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-3/+3
* [mlir][Linalg] Lower linalg.reshape to LLVM for the static caseNicolas Vasilache2020-01-081-2/+50
* [mlir][Linalg] Extend generic ops to allow tensorsNicolas Vasilache2020-01-021-3/+4
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-35/+33
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-33/+35
* Retire !linalg.buffer type - NFCNicolas Vasilache2019-12-121-18/+3
* Update the builder API to take ValueRange instead of ArrayRef<Value *>River Riddle2019-12-071-8/+4
* Refactor dependencies to expose Vector transformations as patterns - NFCNicolas Vasilache2019-12-031-1/+1
* Lower linalg.indexed_generic with libcall to LLVM.Alexander Belyaev2019-12-021-1/+57
* Move Linalg Transforms that are actually Conversions - NFCNicolas Vasilache2019-11-211-0/+521
OpenPOWER on IntegriCloud