[llvm] [flang] [clang-tools-extra] [clang] [flang] Pass to add frame pointer attribute (PR #74598)

Andrzej WarzyƄski via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 22 09:17:56 PST 2023


================
@@ -51,9 +51,9 @@
 ! Content to check from the MLIR outputs
 !--------------------------
 ! MLIR-FIR-NOT: llvm.func
-! MLIR-FIR: func.func @{{.*}}main() {
+! MLIR-FIR: func.func @{{.*}}main(){{.*}}{
----------------
banach-space wrote:

Could you explain why it was failing? I just don't see how this particular change is related to what this PR is implementing. It would help if you included code "before" and "after" this PR.

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


More information about the cfe-commits mailing list