llvm/mlir
Nimish Mishra 00c511b351 Added lowering support for atomic read and write constructs
This patch adds lowering support for atomic read and write constructs.
Also added is pointer modelling code to allow FIR pointer like types to
be inferred and converted while lowering.

Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D122725

Co-authored-by: Kiran Chandramohan <kiran.chandramohan@arm.com>
2022-04-21 12:19:13 +05:30
..
benchmark/python
cmake/modules
docs [mlir][NFC] Update textual references of func to func.func in examples+python scripts 2022-04-20 22:17:26 -07:00
examples [mlir][NFC] Update textual references of func to func.func in examples+python scripts 2022-04-20 22:17:26 -07:00
include Added lowering support for atomic read and write constructs 2022-04-21 12:19:13 +05:30
lib Added lowering support for atomic read and write constructs 2022-04-21 12:19:13 +05:30
python [mlir][Linalg] Add pooling_nchw_sum op. 2022-04-08 17:57:47 +05:30
test [mlir][NFC] Update remaining textual references of un-namespaced func operations 2022-04-20 22:17:31 -07:00
tools [mlir][linalg] Add ods-gen helper to simplify the build methods. 2022-04-20 13:14:38 +00:00
unittests [mlir][NFC] Update textual references of func to func.func in tool/runner tests 2022-04-20 22:17:30 -07:00
utils [mlir][NFC] Update textual references of func to func.func in examples+python scripts 2022-04-20 22:17:26 -07:00
.clang-format
.clang-tidy
CMakeLists.txt
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.