llvm-capstone/mlir
Kai Sasaki fdcb76f248
[mlir][complex] Convert complex.tan to libm ctan call (#78250)
We can convert `complex.tan` op to
[ctan/ctanf](https://sourceware.org/newlib/libm.html#ctan) function in
libm in the complex to libm conversion.
2024-01-18 12:21:19 +09:00
..
benchmark/python [mlir][benchmark] Fix broken benchmark script (#68841) 2023-12-06 12:17:53 +05:30
cmake/modules Revert "[mlir] Consider mlir-linalg-ods-gen as a tablegen tool in build (#75093)" 2024-01-04 02:01:16 +05:00
docs [mlir][IR] Rename "update root" to "modify op" in rewriter API (#78260) 2024-01-17 11:08:59 +01:00
examples [mlir][IR] Rename "update root" to "modify op" in rewriter API (#78260) 2024-01-17 11:08:59 +01:00
include Apply clang-tidy fixes for performance-unnecessary-value-param in Utils.cpp (NFC) 2024-01-17 08:51:41 -08:00
lib [mlir][complex] Convert complex.tan to libm ctan call (#78250) 2024-01-18 12:21:19 +09:00
python [MLIR][transform][python] Introduce abstractions for handles to values and parameters (#77305) 2024-01-15 10:31:22 +01:00
test [mlir][complex] Convert complex.tan to libm ctan call (#78250) 2024-01-18 12:21:19 +09:00
tools [mlir] Reformat whitespace in dependent dialects codegen (#78090) 2024-01-15 11:11:52 +01:00
unittests [mlir] Attribute add printStripped (#78008) 2024-01-15 20:56:35 -08:00
utils [emacs] Fix Emacs library formatting (#76110) 2024-01-10 13:14:21 +01:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir] Add config for PDL (#69927) 2024-01-03 20:37:20 -08:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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