summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/AffineLoopInvariantCodeMotion.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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-10/+9
* 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-10/+11
* Implement simple loop-invariant-code-motion based on dialect interfaces.Stephan Herhut2019-10-161-0/+248
OpenPOWER on IntegriCloud