Yaroslav M.

Results 2 issues of Yaroslav M.

I am using this commit: https://github.com/llvm/Polygeist/commit/a27def31a2b0742308e7c8db4c0f40a37727269a to transform C++ code to MLIR. I run into issues when using the `new` keyword with `--memref-abi=0`. With this simple C++ code (**test.cpp**): ```...

Hi! I am using this commit: https://github.com/llvm/Polygeist/commit/a27def31a2b0742308e7c8db4c0f40a37727269a to transform C++ code to MLIR. With this simple C++ code (**test.cpp**): ``` #include std::string test(int x) { return std::to_string(x); } ``` I...