[Mlir-commits] [mlir] [MLIR:LLVM] Add UWTableKind attribute (PR #135811)
Tobias Gysi
llvmlistbot at llvm.org
Wed Apr 16 10:17:39 PDT 2025
================
@@ -2077,6 +2077,7 @@ static constexpr std::array kExplicitAttributes{
StringLiteral("unsafe-fp-math"),
StringLiteral("vscale_range"),
StringLiteral("willreturn"),
+ StringLiteral("uwtable"),
----------------
gysit wrote:
nit: Can you sort in alphabetical order?
https://github.com/llvm/llvm-project/pull/135811
More information about the Mlir-commits
mailing list