llvm-project/mlir/test/EDSC
Alex Zinenko 054e25c079 EDSC: use affine.load/store instead of std.load/store
Standard load and store operations are evolving to be separated from the Affine
constructs.  Special affine.load/store have been introduced to uphold the
restrictions of the Affine control flow constructs on their operands.
EDSC-produced loads and stores were originally intended to uphold those
restrictions as well so they should use affine.load/store instead of
std.load/store.

PiperOrigin-RevId: 257443307
2019-07-12 08:42:28 -07:00
..
CMakeLists.txt Add keywords in target_link_libraries post add_llvm_executable. 2019-06-01 20:10:42 -07:00
builder-api-test.cpp EDSC: use affine.load/store instead of std.load/store 2019-07-12 08:42:28 -07:00
lit.local.cfg Make EDSC builder test more robust to the order of evaluation 2019-06-01 19:56:34 -07:00