summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/Utils/RegionUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Remove unnecessary assert for single region.River Riddle2020-01-131-2/+0
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-3/+3
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-11/+11
* 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-12/+12
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-7/+5
* NFC: Use Region::getBlocks to fix build failure with drop_begin.River Riddle2019-11-201-1/+1
* Merge DCE and unreachable block elimination into a new utility 'simplifyRegio...River Riddle2019-11-201-0/+284
* Refactor getUsedValuesDefinedAbove to expose a variant taking a callback (NFC)Mehdi Amini2019-09-071-8/+22
* Add a `getUsedValuesDefinedAbove()` overload that takes an `Operation` pointe...Mehdi Amini2019-09-011-0/+6
* NFC: Standardize the terminology used for parent ops/regions/etc.River Riddle2019-08-091-4/+4
* Factor Region::getUsedValuesDefinedAbove into Transforms/RegionUtilsAlex Zinenko2019-06-191-0/+24
* Convert a nest affine loops to a GPU kernelAlex Zinenko2019-06-191-0/+31
OpenPOWER on IntegriCloud