[flang] [clang] [llvm] [clang-tools-extra] [flang] Pass to add frame pointer attribute (PR #74598)
Radu Salavat via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 20 04:53:02 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(){{.*}}{
----------------
Radu2k wrote:
This was added due to failing the test when it was a default parameter. I do not see how having `{{.*}}` instead of a whitespace should be an issue if no parameters are checked.
https://github.com/llvm/llvm-project/pull/74598
More information about the cfe-commits
mailing list