summaryrefslogtreecommitdiff
path: root/mlir/lib/Transforms/Utils/RegionUtils.cpp
AgeCommit message (Expand)Author
2020-03-05[mlir] Refactor a few users to no longer rely on the successor operand API of...River Riddle
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini
2020-01-13[mlir] Remove unnecessary assert for single region.River Riddle
2020-01-11[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle
2019-12-23NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini
2019-12-22NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle
2019-12-18NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle
2019-11-20NFC: Use Region::getBlocks to fix build failure with drop_begin.River Riddle
2019-11-20Merge DCE and unreachable block elimination into a new utility 'simplifyRegio...River Riddle
2019-09-07Refactor getUsedValuesDefinedAbove to expose a variant taking a callback (NFC)Mehdi Amini
2019-09-01Add a `getUsedValuesDefinedAbove()` overload that takes an `Operation` pointe...Mehdi Amini
2019-08-09NFC: Standardize the terminology used for parent ops/regions/etc.River Riddle
2019-06-19Factor Region::getUsedValuesDefinedAbove into Transforms/RegionUtilsAlex Zinenko
2019-06-19Convert a nest affine loops to a GPU kernelAlex Zinenko