[clang] [flang] [Flang][FIR] Introduce ConvertFIRToMLIR pass. (PR #168703)

2025-11-20 Thread Ming Yan via cfe-commits
https://github.com/NexMing converted_to_draft https://github.com/llvm/llvm-project/pull/168703 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [flang] [Flang][FIR] Introduce ConvertFIRToMLIR pass. (PR #168703)

2025-11-20 Thread Ming Yan via cfe-commits
https://github.com/NexMing ready_for_review https://github.com/llvm/llvm-project/pull/168703 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [flang] [Flang][FIR] Introduce ConvertFIRToMLIR pass. (PR #168703)

2025-11-20 Thread Ming Yan via cfe-commits
https://github.com/NexMing updated https://github.com/llvm/llvm-project/pull/168703 >From 5417db4aeb59ed70dd5ee9c0383a5961d4c7ab43 Mon Sep 17 00:00:00 2001 From: yanming Date: Thu, 13 Nov 2025 13:37:15 +0800 Subject: [PATCH 1/6] [FIR][Lowering] Add FIRToMLIR pass. --- .../include/flang/Optimi

[clang] [flang] [Flang][FIR] Introduce ConvertFIRToMLIR pass. (PR #168703)

2025-11-20 Thread Ming Yan via cfe-commits
https://github.com/NexMing edited https://github.com/llvm/llvm-project/pull/168703 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [flang] [Flang][FIR] Introduce ConvertFIRToMLIR pass (initial version). (PR #168703)

2025-11-19 Thread Ming Yan via cfe-commits
https://github.com/NexMing updated https://github.com/llvm/llvm-project/pull/168703 >From 9186d8ed4c61f5277c08b57b34cbb120dfcacf28 Mon Sep 17 00:00:00 2001 From: yanming Date: Thu, 13 Nov 2025 13:37:15 +0800 Subject: [PATCH 1/4] [FIR][Lowering] Add FIRToMLIR pass. --- .../include/flang/Optimi

[clang] [flang] [Flang][FIR] Introduce ConvertFIRToMLIR pass (initial version). (PR #168703)

2025-11-19 Thread Ming Yan via cfe-commits
https://github.com/NexMing updated https://github.com/llvm/llvm-project/pull/168703 >From 9186d8ed4c61f5277c08b57b34cbb120dfcacf28 Mon Sep 17 00:00:00 2001 From: yanming Date: Thu, 13 Nov 2025 13:37:15 +0800 Subject: [PATCH 1/4] [FIR][Lowering] Add FIRToMLIR pass. --- .../include/flang/Optimi

[clang] [flang] [Flang][FIR] Introduce ConvertFIRToMLIR pass (initial version). (PR #168703)

2025-11-19 Thread Ming Yan via cfe-commits
https://github.com/NexMing updated https://github.com/llvm/llvm-project/pull/168703 >From 9186d8ed4c61f5277c08b57b34cbb120dfcacf28 Mon Sep 17 00:00:00 2001 From: yanming Date: Thu, 13 Nov 2025 13:37:15 +0800 Subject: [PATCH 1/4] [FIR][Lowering] Add FIRToMLIR pass. --- .../include/flang/Optimi

[clang] [flang] [Flang][FIR] Introduce ConvertFIRToMLIR pass (initial version). (PR #168703)

2025-11-19 Thread Ming Yan via cfe-commits
https://github.com/NexMing created https://github.com/llvm/llvm-project/pull/168703 This patch begins a long-term effort to establish an incremental FIR to MLIR lowering path while preserving the existing FIR to LLVM pipeline. It introduces the core conversion infrastructure and demonstrates t