[Mlir-commits] [mlir] [MLIR] Add support for frame pointers in MLIR (PR #72145)

Christian Ulmann llvmlistbot at llvm.org
Wed Nov 15 08:27:54 PST 2023


================
@@ -1602,7 +1602,9 @@ static void processPassthroughAttrs(llvm::Function *func, LLVMFuncOp funcOp) {
     // explicit attribute.
     // Also skip the vscale_range, it is also an explicit attribute.
     if (attrName == "aarch64_pstate_sm_enabled" ||
-        attrName == "aarch64_pstate_sm_body" || attrName == "vscale_range")
+        attrName == "aarch64_pstate_sm_body" || 
----------------
Dinistro wrote:

Note that this has changed with a recently landed commit, so maybe rebase first.

https://github.com/llvm/llvm-project/pull/72145


More information about the Mlir-commits mailing list