Maksim Levental
5a112dedff
[MLIR][Python] expose translate_module_to_llvmir ( #163881 )
...
This PR exposes `translate_module_to_llvmir` in the Python bindings.
2025-10-20 09:14:52 -07:00
Maksim Levental
5fbb8dd7da
[mlir][llvmir][reland] expose Type(To/From)LLVMIRTranslator C API ( #125110 )
2025-01-31 10:40:56 -05:00
Maksim Levental
345512cbda
Revert "[mlir][llvmir] expose Type(To/From)LLVMIRTranslator C API ( #124864 )"
...
This reverts commit 7ae964c55b0a2b8dccf076ced9f1ffa8d5487eca.
Revert "[mlir] Fix warnings"
This reverts commit 0e43b9547d56762d29de9a99c998e7939417a1f3.
2025-01-30 14:10:23 -05:00
Kazu Hirata
0e43b9547d
[mlir] Fix warnings
...
This patch fixes:
mlir/lib/CAPI/Target/LLVMIR.cpp:38:63: error: extra ';' outside of a
function is incompatible with C++98
[-Werror,-Wc++98-compat-extra-semi]
mlir/lib/CAPI/Target/LLVMIR.cpp:60:61: error: extra ';' outside of a
function is incompatible with C++98
[-Werror,-Wc++98-compat-extra-semi]
2025-01-30 09:50:33 -08:00
Maksim Levental
7ae964c55b
[mlir][llvmir] expose Type(To/From)LLVMIRTranslator C API ( #124864 )
2025-01-30 12:43:22 -05:00
Vitaly Buka
7fb89bfb0f
Reapply "[mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C ( #73627 )" ( #73749 ) ( #73751 )
...
Co-authored-by: Edgar <git@edgarluque.com>
2023-11-29 10:59:51 -08:00
Vitaly Buka
4e49358cdc
Revert "[mlir] Re-Add mlirTranslateModuleToLLVMIR to MLIR-C ( #73627 )" ( #73749 )
...
Still breaks
https://lab.llvm.org/buildbot/#/builders/5/builds/38743/steps/9/logs/stdio
There is some info on how to reproduce
https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
This reverts commit 523160555925ff451e7c6d213a377d191e514805.
2023-11-28 21:05:12 -08:00
Edgar
5231605559
[mlir] Re-Add mlirTranslateModuleToLLVMIR to MLIR-C ( #73627 )
...
The test was checking something unrelated to what it controlled so it
failed after that part changed, i removed that.
See https://github.com/llvm/llvm-project/pull/73117
2023-11-28 17:37:11 -08:00
Vitaly Buka
fea023b129
Revert "[mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C ( #73117 )"
...
Breaks https://lab.llvm.org/buildbot/#/builders/5/builds/38700
This reverts commit c43c88501e3bc273a7c1074a19e86dc305ad7234.
2023-11-27 15:09:51 -08:00
Edgar
c43c88501e
[mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C ( #73117 )
...
Fixes #73008
2023-11-23 12:39:54 +01:00