[Mlir-commits] [mlir] [MLIR:LLVM] Add UWTableKind attribute (PR #135811)
Tobias Gysi
llvmlistbot at llvm.org
Tue Apr 15 09:54:01 PDT 2025
https://github.com/gysit commented:
Thanks!
Can you add the attribute to ModuleImport.cpp as well so that we can import it from LLVM IR. The easiest way is to search for frame-pointer in ModuleImport.cpp and perform the same changes for the new attribute. A small import test makes sense as well.
https://github.com/llvm/llvm-project/pull/135811
More information about the Mlir-commits
mailing list