[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-23 Thread Filip Laurentiu via llvm-branch-commits
FilipLaurentiu wrote: > The LLVM 19 release is no longer supported. You'll have to apply this as a > local patch if you want to build and old LLVM 19 with a new libstdc++. Some projects still use LLVM 19. I am not an LLVM developer, not even a C++ developer, but I am working on a project that

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-22 Thread Nikita Popov via llvm-branch-commits
nikic wrote: The LLVM 19 release is no longer supported. You'll have to apply this as a local patch if you want to build and old LLVM 19 with a new libstdc++. https://github.com/llvm/llvm-project/pull/138550 ___ llvm-branch-commits mailing list llvm-b

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-22 Thread Nikita Popov via llvm-branch-commits
https://github.com/nikic closed https://github.com/llvm/llvm-project/pull/138550 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-22 Thread Julien Schueller via llvm-branch-commits
jschueller wrote: some of it is fixed by #110932 https://github.com/llvm/llvm-project/pull/138550 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-09 Thread Filip Laurentiu via llvm-branch-commits
FilipLaurentiu wrote: Any updates ? https://github.com/llvm/llvm-project/pull/138550 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-06 Thread Mehdi Amini via llvm-branch-commits
joker-eph wrote: In general, I believe we cherry-pick fixes commits from `main` instead of rewriting patches directly to the release branch. https://github.com/llvm/llvm-project/pull/138550 ___ llvm-branch-commits mailing list llvm-branch-commits@list

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-06 Thread Filip Laurentiu via llvm-branch-commits
@@ -10,6 +10,7 @@ #define MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H #include "mlir/Support/LLVM.h" +#include FilipLaurentiu wrote: ``` [1747/5390] Building CXX object tools/mlir/lib/Dialect/Affine/IR/CMakeFiles/obj.MLIRAffineDialect.dir/ValueBound

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-06 Thread Matthias Springer via llvm-branch-commits
@@ -10,6 +10,7 @@ #define MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H #include "mlir/Support/LLVM.h" +#include matthias-springer wrote: Why is this import needed? https://github.com/llvm/llvm-project/pull/138550 _

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-06 Thread Matthias Springer via llvm-branch-commits
https://github.com/matthias-springer commented: I'm not sure what's the process for pushing to a release branch. https://github.com/llvm/llvm-project/pull/138550 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-06 Thread Matthias Springer via llvm-branch-commits
https://github.com/matthias-springer edited https://github.com/llvm/llvm-project/pull/138550 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-05 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir @llvm/pr-subscribers-mlir-affine Author: Filip Laurentiu (FilipLaurentiu) Changes Build fail without these imports --- Full diff: https://github.com/llvm/llvm-project/pull/138550.diff 3 Files Affected: - (modified) mlir/include/mlir/Dialect/Affi

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-05 Thread via llvm-branch-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-05 Thread Filip Laurentiu via llvm-branch-commits
https://github.com/FilipLaurentiu edited https://github.com/llvm/llvm-project/pull/138550 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-05 Thread Filip Laurentiu via llvm-branch-commits
https://github.com/FilipLaurentiu created https://github.com/llvm/llvm-project/pull/138550 Build fail without these improts >From 7a5195fd542f71142e4524f4d4720305bb14c2bb Mon Sep 17 00:00:00 2001 From: Filip Laurentiu Date: Mon, 5 May 2025 18:56:30 +0300 Subject: [PATCH] Add missing imports -