[llvm-branch-commits] [llvm] [IR2Vec] Add embeddings mode to llvm-ir2vec tool (PR #147844)

2025-07-14 Thread Aiden Grossman via llvm-branch-commits
@@ -81,6 +136,68 @@ class IR2VecTool { OS << LocalOutput; } + /// Generate embeddings for the entire module + void generateEmbeddings(raw_ostream &OS) const { +if (!Vocab->isValid()) { + OS << "Error: Vocabulary is not valid. IR2VecTool not initialized.\n"; +

[llvm-branch-commits] [llvm] [IR2Vec] Add embeddings mode to llvm-ir2vec tool (PR #147844)

2025-07-14 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. Minor style nits, otherwise LGTM. https://github.com/llvm/llvm-project/pull/147844 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mail

[llvm-branch-commits] [CI][Github] Version pin packages in windows container (PR #148319)

2025-07-14 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/148319 ___ 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] [llvm] release/21.x: [CI][Github] Switch windows to server 2022 (#148743) (PR #149128)

2025-07-16 Thread Aiden Grossman via llvm-branch-commits
boomanaiden154 wrote: @tru The plan is to use the new premerge CI to test changes to the release branch, right? We're planning on backporting any changes that we're making in `main` to make sure the release branch CI still works, assuming that is actually the plan. https://github.com/llvm/ll

[llvm-branch-commits] [llvm] [CI] Migrate monolithic-linux script to sccache (PR #149195)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149195 >From 9683d8b16fcdf30501aeeafb28ce3a0003eaeb8c Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 15:24:49 + Subject: [PATCH] more ccache->sccache Created using spr 1.3.4 --- .gith

[llvm-branch-commits] [CI] Migrate monolithic-linux script to sccache (PR #149195)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149195 ___ 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] [CI] Migrate monolithic-linux script to sccache (PR #149195)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149195 ___ 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] [CI][Github] Use newer sccache version in CI container (PR #149196)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149196 ___ 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] [CI][Github] Use newer sccache version in CI container (PR #149196)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149196 ___ 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] [CI] Remove ccache from Linux CI Container (PR #149197)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149197 ___ 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] [CI] Remove ccache from Linux CI Container (PR #149197)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149197 ___ 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] [llvm] [CI] Remove ccache from Linux CI Container (PR #149197)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149197 >From 7c3030a3b6da3ef8a48acfe0031a7c2ed348499a Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 14:50:26 + Subject: [PATCH] feedback Created using spr 1.3.4 --- .github/workflows

[llvm-branch-commits] [llvm] [IR2Vec][llvm-ir2vec] Add support for reading from stdin (PR #149213)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
@@ -283,10 +284,24 @@ int main(int argc, char **argv) { if (Mode == TripletMode && Level.getNumOccurrences() > 0) errs() << "Warning: --level option is ignored in triplet mode\n"; - // Parse the input LLVM IR file + // Parse the input LLVM IR file or stdin SMDiagnos

[llvm-branch-commits] [llvm] [CI] Remove ccache from Linux CI Container (PR #149197)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149197 >From 7c3030a3b6da3ef8a48acfe0031a7c2ed348499a Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 14:50:26 + Subject: [PATCH] feedback Created using spr 1.3.4 --- .github/workflows

[llvm-branch-commits] [llvm] [CI][Github] Use newer sccache version in CI container (PR #149196)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149196 >From 2556dc869fdf78e00aa7abbe68b06c83033ed44e Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 15:07:26 + Subject: [PATCH] feedback Created using spr 1.3.4 --- .github/workflows

[llvm-branch-commits] [llvm] [CI] Remove ccache from Linux CI Container (PR #149197)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149197 >From 7c3030a3b6da3ef8a48acfe0031a7c2ed348499a Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 14:50:26 + Subject: [PATCH] feedback Created using spr 1.3.4 --- .github/workflows

[llvm-branch-commits] [llvm] [CI][Github] Use newer sccache version in CI container (PR #149196)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149196 >From 2556dc869fdf78e00aa7abbe68b06c83033ed44e Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 15:07:26 + Subject: [PATCH] feedback Created using spr 1.3.4 --- .github/workflows

[llvm-branch-commits] [llvm] [CI][Github] Use newer sccache version in CI container (PR #149196)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149196 >From 2556dc869fdf78e00aa7abbe68b06c83033ed44e Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 15:07:26 + Subject: [PATCH] feedback Created using spr 1.3.4 --- .github/workflows

[llvm-branch-commits] [llvm] [CI][Github] Use newer sccache version in CI container (PR #149196)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149196 >From 2556dc869fdf78e00aa7abbe68b06c83033ed44e Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 15:07:26 + Subject: [PATCH] feedback Created using spr 1.3.4 --- .github/workflows

[llvm-branch-commits] [llvm] [CI] Migrate monolithic-linux script to sccache (PR #149195)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149195 >From 9683d8b16fcdf30501aeeafb28ce3a0003eaeb8c Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 15:24:49 + Subject: [PATCH] more ccache->sccache Created using spr 1.3.4 --- .gith

[llvm-branch-commits] [llvm] [CI] Migrate monolithic-linux script to sccache (PR #149195)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149195 >From 9683d8b16fcdf30501aeeafb28ce3a0003eaeb8c Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 15:24:49 + Subject: [PATCH] more ccache->sccache Created using spr 1.3.4 --- .gith

[llvm-branch-commits] [llvm] [CI] Remove ccache from Linux CI Container (PR #149197)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149197 >From 7c3030a3b6da3ef8a48acfe0031a7c2ed348499a Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 14:50:26 + Subject: [PATCH] feedback Created using spr 1.3.4 --- .github/workflows

[llvm-branch-commits] [llvm] [CI] Remove ccache from Linux CI Container (PR #149197)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149197 >From 7c3030a3b6da3ef8a48acfe0031a7c2ed348499a Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 14:50:26 + Subject: [PATCH] feedback Created using spr 1.3.4 --- .github/workflows

[llvm-branch-commits] [llvm] [CI] Remove ccache from Linux CI Container (PR #149197)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149197 >From 7c3030a3b6da3ef8a48acfe0031a7c2ed348499a Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 14:50:26 + Subject: [PATCH] feedback Created using spr 1.3.4 --- .github/workflows

[llvm-branch-commits] [llvm] [CI] Remove ccache from Linux CI Container (PR #149197)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149197 >From 7c3030a3b6da3ef8a48acfe0031a7c2ed348499a Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 14:50:26 + Subject: [PATCH] feedback Created using spr 1.3.4 --- .github/workflows

[llvm-branch-commits] [llvm] [CI] Remove ccache from Linux CI Container (PR #149197)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
@@ -58,10 +58,9 @@ RUN apt-get update && \ python3-psutil \ sudo \ # These are needed by the premerge pipeline. Pip is used to install -# dependent python packages and ccache is used for build caching. File and +# dependent python packages and sccache is use

[llvm-branch-commits] [llvm] [CI][Github] Use newer sccache version in CI container (PR #149196)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/149196 >From 2556dc869fdf78e00aa7abbe68b06c83033ed44e Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 17 Jul 2025 15:07:26 + Subject: [PATCH] feedback Created using spr 1.3.4 --- .github/workflows

[llvm-branch-commits] [llvm] [libcxx] Switch to release branch runners (PR #149385)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/149385 This ensures that if/when we bump the toolchain versions in the main container that we do not break tests on the release branch. >From e219bf32f7195047ea36f61840c4dc92862b7765 Mon Sep 17 00:00:00 2001 Fr

[llvm-branch-commits] [llvm] [IR2Vec][llvm-ir2vec] Add support for reading from stdin (PR #149213)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
@@ -287,10 +287,14 @@ int main(int argc, char **argv) { if (Mode == TripletMode && Level.getNumOccurrences() > 0) errs() << "Warning: --level option is ignored in triplet mode\n"; - // Parse the input LLVM IR file + // Parse the input LLVM IR file or stdin SMDiagnos

[llvm-branch-commits] [llvm] [IR2Vec][llvm-ir2vec] Add support for reading from stdin (PR #149213)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 edited https://github.com/llvm/llvm-project/pull/149213 ___ 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] [llvm] [IR2Vec][llvm-ir2vec] Add support for reading from stdin (PR #149213)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. Nits at this point, otherwise LGTM. https://github.com/llvm/llvm-project/pull/149213 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/ma

[llvm-branch-commits] [llvm] [IR2Vec][llvm-ir2vec] Add support for reading from stdin (PR #149213)

2025-07-17 Thread Aiden Grossman via llvm-branch-commits
@@ -287,10 +287,14 @@ int main(int argc, char **argv) { if (Mode == TripletMode && Level.getNumOccurrences() > 0) errs() << "Warning: --level option is ignored in triplet mode\n"; - // Parse the input LLVM IR file + // Parse the input LLVM IR file or stdin SMDiagnos

<    1   2   3   4