[llvm-branch-commits] [llvm] [workflows] Rework pre-commit CI for the release branch (PR #91550)

2025-01-27 Thread Tobias Hieta via llvm-branch-commits
tru wrote: I think this can be closed right @tstellar? https://github.com/llvm/llvm-project/pull/91550 ___ 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] [clang] release/19.x: [clang-format] Correctly annotate braces in macro definitions (#123279) (PR #123439)

2025-01-27 Thread Tobias Hieta via llvm-branch-commits
tru wrote: So far this is the only slated fix for 19.1.8 - I don't think it's important enough to do a release. Let me know if you disagree. https://github.com/llvm/llvm-project/pull/123439 ___ llvm-branch-commits mailing list llvm-branch-commits@list

[llvm-branch-commits] [llvm] release/19.x: [llvm] Fix __builtin_object_size interaction between Negative Offset … (#111827) (PR #114786)

2025-01-27 Thread Tobias Hieta via llvm-branch-commits
tru wrote: I think the right way forward is to make sure it's fixed in main for LLVM 20. https://github.com/llvm/llvm-project/pull/114786 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/lis

[llvm-branch-commits] [llvm] release/19.x: [llvm] Fix __builtin_object_size interaction between Negative Offset … (#111827) (PR #114786)

2025-01-27 Thread Tobias Hieta via llvm-branch-commits
tru wrote: I will close this since we haven't gotten any real feedback on the right fix and we are closing out 19.x releases. If you still think it should be fixed for 19 - please reopen this. https://github.com/llvm/llvm-project/pull/114786 ___ llvm

[llvm-branch-commits] [llvm] release/19.x: [llvm] Fix __builtin_object_size interaction between Negative Offset … (#111827) (PR #114786)

2025-01-27 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/114786 ___ 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] 3bf9b25 - [DAG] Allow AssertZExt to scalarize. (#122463)

2025-01-14 Thread Tobias Hieta via llvm-branch-commits
Author: David Green Date: 2025-01-14T10:39:41+01:00 New Revision: 3bf9b25b1627ea8610c04b1ca8de4ba9ce432050 URL: https://github.com/llvm/llvm-project/commit/3bf9b25b1627ea8610c04b1ca8de4ba9ce432050 DIFF: https://github.com/llvm/llvm-project/commit/3bf9b25b1627ea8610c04b1ca8de4ba9ce432050.diff L

[llvm-branch-commits] [llvm] [SLP] Check if instructions exist after vectorization (#120434) (PR #120505)

2025-01-14 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/120505 ___ 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] [SLP] Check if instructions exist after vectorization (#120434) (PR #120505)

2025-01-14 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/120505 >From 8fa5dffc865a9c9239ec0aceb3fbc801895147b7 Mon Sep 17 00:00:00 2001 From: DianQK Date: Thu, 19 Dec 2024 06:21:57 +0800 Subject: [PATCH] [SLP] Check if instructions exist after vectorization (#120434) Fixes #120

[llvm-branch-commits] [llvm] 8fa5dff - [SLP] Check if instructions exist after vectorization (#120434)

2025-01-14 Thread Tobias Hieta via llvm-branch-commits
Author: DianQK Date: 2025-01-14T10:39:18+01:00 New Revision: 8fa5dffc865a9c9239ec0aceb3fbc801895147b7 URL: https://github.com/llvm/llvm-project/commit/8fa5dffc865a9c9239ec0aceb3fbc801895147b7 DIFF: https://github.com/llvm/llvm-project/commit/8fa5dffc865a9c9239ec0aceb3fbc801895147b7.diff LOG: [

[llvm-branch-commits] [clang] Fix std::initializer_list recognition if it's exported out of a module (PR #121739)

2025-01-14 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/121739 ___ 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] [clang] f1b37b6 - Fix std::initializer_list recognition if it's exported out of a module

2025-01-14 Thread Tobias Hieta via llvm-branch-commits
Author: Artsiom Drapun Date: 2025-01-14T07:24:48+01:00 New Revision: f1b37b6665b5ea2b8962f11fb6d034f77a7bbd36 URL: https://github.com/llvm/llvm-project/commit/f1b37b6665b5ea2b8962f11fb6d034f77a7bbd36 DIFF: https://github.com/llvm/llvm-project/commit/f1b37b6665b5ea2b8962f11fb6d034f77a7bbd36.diff

[llvm-branch-commits] [llvm] release/19.x: [DAG] Allow AssertZExt to scalarize. (#122463) (PR #122617)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/122617 >From 6d1f0e603cbe88188704ad84c6bff9a7208136cf Mon Sep 17 00:00:00 2001 From: David Green Date: Sat, 11 Jan 2025 16:29:06 + Subject: [PATCH] [DAG] Allow AssertZExt to scalarize. (#122463) With range and undef me

[llvm-branch-commits] [llvm] release/19.x: [cmake] Extend zstd.dll finding logic from MSVC to Clang (#121437) (PR #121755)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
=?utf-8?q?Michał_Górny?= Message-ID: In-Reply-To: https://github.com/tru updated https://github.com/llvm/llvm-project/pull/121755 >From ed93afd1619982d9a22b169cac8094e3ba2f6c3d Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Thu, 22 Aug 2024 13:04:33 +0200 Subject: [PATCH 1/2] [cmake] In

[llvm-branch-commits] [clang] Fix std::initializer_list recognition if it's exported out of a module (PR #121739)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/121739 >From f1b37b6665b5ea2b8962f11fb6d034f77a7bbd36 Mon Sep 17 00:00:00 2001 From: Artsiom Drapun Date: Sat, 7 Dec 2024 19:24:29 +0300 Subject: [PATCH] Fix std::initializer_list recognition if it's exported out of a modu

[llvm-branch-commits] [llvm] [SLP] Check if instructions exist after vectorization (#120434) (PR #120505)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/120505 >From 75d46f6a30f8c9f34111332a2fe63d539548a2c8 Mon Sep 17 00:00:00 2001 From: DianQK Date: Thu, 19 Dec 2024 06:21:57 +0800 Subject: [PATCH] [SLP] Check if instructions exist after vectorization (#120434) Fixes #120

[llvm-branch-commits] [llvm] release/19.x: [Github] Fix LLVM Project Tests Workflow on Linux (#122221) (PR #122814)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/122814 ___ 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/19.x: [DAG] Allow AssertZExt to scalarize. (#122463) (PR #122617)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/122617 >From 55ee4aad8aae2b6c0fe8028bde1d75105a929723 Mon Sep 17 00:00:00 2001 From: David Green Date: Sat, 11 Jan 2025 16:29:06 + Subject: [PATCH] [DAG] Allow AssertZExt to scalarize. (#122463) With range and undef me

[llvm-branch-commits] [llvm] release/19.x: [cmake] Extend zstd.dll finding logic from MSVC to Clang (#121437) (PR #121755)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
=?utf-8?q?Michał_Górny?= Message-ID: In-Reply-To: https://github.com/tru updated https://github.com/llvm/llvm-project/pull/121755 >From e2bc201fd8367a6196035c4264df9e2d21113644 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Thu, 22 Aug 2024 13:04:33 +0200 Subject: [PATCH 1/2] [cmake] In

[llvm-branch-commits] [llvm] release/19.x: [cmake] Extend zstd.dll finding logic from MSVC to Clang (#121437) (PR #121755)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
=?utf-8?q?Micha=C5=82_G=C3=B3rny?= Message-ID: In-Reply-To: tru wrote: Some failing tests here. Can someone check? (not the version check one). https://github.com/llvm/llvm-project/pull/121755 ___ llvm-branch-commits mailing list llvm-branch-commits

[llvm-branch-commits] [clang] Fix std::initializer_list recognition if it's exported out of a module (PR #121739)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/121739 >From 97821138eec6d9691bdf28f4f982e21ea6321ef6 Mon Sep 17 00:00:00 2001 From: Artsiom Drapun Date: Sat, 7 Dec 2024 19:24:29 +0300 Subject: [PATCH] Fix std::initializer_list recognition if it's exported out of a modu

[llvm-branch-commits] [clang] Fix std::initializer_list recognition if it's exported out of a module (PR #121739)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Some failing Libc++ tests here. I will not merge until it's cleared up. https://github.com/llvm/llvm-project/pull/121739 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/

[llvm-branch-commits] [llvm] release/19.x: [RISCV] Don't create BuildPairF64 or SplitF64 nodes without D or Zdinx. (#116159) (PR #121501)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/121501 ___ 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/19.x: [RISCV] Don't create BuildPairF64 or SplitF64 nodes without D or Zdinx. (#116159) (PR #121501)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/121501 >From 61c9f970b88710c8292cc32b92c1db723fcfff22 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Thu, 14 Nov 2024 09:54:33 -0800 Subject: [PATCH] [RISCV] Don't create BuildPairF64 or SplitF64 nodes without D or Zdin

[llvm-branch-commits] [llvm] 61c9f97 - [RISCV] Don't create BuildPairF64 or SplitF64 nodes without D or Zdinx. (#116159)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
Author: Craig Topper Date: 2025-01-13T11:54:44+01:00 New Revision: 61c9f970b88710c8292cc32b92c1db723fcfff22 URL: https://github.com/llvm/llvm-project/commit/61c9f970b88710c8292cc32b92c1db723fcfff22 DIFF: https://github.com/llvm/llvm-project/commit/61c9f970b88710c8292cc32b92c1db723fcfff22.diff

[llvm-branch-commits] [compiler-rt] 07b4f63 - [test][compiler-rt] Mark dlsym_alloc.c as unsupported on macos (#108439)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
Author: Arthur Eubanks Date: 2025-01-13T11:53:16+01:00 New Revision: 07b4f631ee430337f1534f76c7102359c024212a URL: https://github.com/llvm/llvm-project/commit/07b4f631ee430337f1534f76c7102359c024212a DIFF: https://github.com/llvm/llvm-project/commit/07b4f631ee430337f1534f76c7102359c024212a.diff

[llvm-branch-commits] [compiler-rt] 2e10af6 - [lsan] Fix free(NULL) interception during initialization (#106912)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
Author: tmiasko Date: 2025-01-13T11:53:16+01:00 New Revision: 2e10af6e59258da02167fc66e5e6ecd0549da62a URL: https://github.com/llvm/llvm-project/commit/2e10af6e59258da02167fc66e5e6ecd0549da62a DIFF: https://github.com/llvm/llvm-project/commit/2e10af6e59258da02167fc66e5e6ecd0549da62a.diff LOG:

[llvm-branch-commits] [compiler-rt] 8ef2858 - [NFC][sanitizer] Commit test for #106912 (#108289)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
Author: Vitaly Buka Date: 2025-01-13T11:53:16+01:00 New Revision: 8ef2858421dbea9d80ce62679bc7095f6d76898a URL: https://github.com/llvm/llvm-project/commit/8ef2858421dbea9d80ce62679bc7095f6d76898a DIFF: https://github.com/llvm/llvm-project/commit/8ef2858421dbea9d80ce62679bc7095f6d76898a.diff L

[llvm-branch-commits] [llvm] release/19.x: [Hexagon] Only handle simple types memory accesses (#120654) (PR #121061)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/121061 ___ 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] be46324 - [Hexagon] Only handle simple types memory accesses (#120654)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
Author: Ikhlas Ajbar Date: 2025-01-13T11:52:22+01:00 New Revision: be46324c97a263c5c6a837317b91d818bf469266 URL: https://github.com/llvm/llvm-project/commit/be46324c97a263c5c6a837317b91d818bf469266 DIFF: https://github.com/llvm/llvm-project/commit/be46324c97a263c5c6a837317b91d818bf469266.diff

[llvm-branch-commits] [llvm] release/19.x: [Hexagon] Only handle simple types memory accesses (#120654) (PR #121061)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/121061 >From be46324c97a263c5c6a837317b91d818bf469266 Mon Sep 17 00:00:00 2001 From: Ikhlas Ajbar Date: Fri, 20 Dec 2024 09:41:30 -0600 Subject: [PATCH] [Hexagon] Only handle simple types memory accesses (#120654) The code

[llvm-branch-commits] [compiler-rt] release/19.x: Build SanitizerCommon if ctx_profile enabled (#105495) (PR #121035)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/121035 ___ 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] [compiler-rt] 5998cd3 - Build SanitizerCommon if ctx_profile enabled (#105495)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
Author: Nikita Popov Date: 2025-01-13T11:51:53+01:00 New Revision: 5998cd3b38dc45717f4aac8fe6e568d1b6facef7 URL: https://github.com/llvm/llvm-project/commit/5998cd3b38dc45717f4aac8fe6e568d1b6facef7 DIFF: https://github.com/llvm/llvm-project/commit/5998cd3b38dc45717f4aac8fe6e568d1b6facef7.diff

[llvm-branch-commits] [compiler-rt] release/19.x: Build SanitizerCommon if ctx_profile enabled (#105495) (PR #121035)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/121035 >From 5998cd3b38dc45717f4aac8fe6e568d1b6facef7 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 22 Aug 2024 09:48:05 +0200 Subject: [PATCH] Build SanitizerCommon if ctx_profile enabled (#105495) ctx_profile ha

[llvm-branch-commits] [clang] 1414560 - [clang-format] Fix idempotent format of hash in macro body (#118513)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
Author: Owen Pan Date: 2025-01-13T11:51:26+01:00 New Revision: 1414560a9c16039a2037de3e9d7dde8003f2b591 URL: https://github.com/llvm/llvm-project/commit/1414560a9c16039a2037de3e9d7dde8003f2b591 DIFF: https://github.com/llvm/llvm-project/commit/1414560a9c16039a2037de3e9d7dde8003f2b591.diff LOG:

[llvm-branch-commits] [clang] release/19.x: [clang-format] Fix idempotent format of hash in macro body (#118513) (PR #119503)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/119503 >From 1414560a9c16039a2037de3e9d7dde8003f2b591 Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Tue, 10 Dec 2024 16:47:21 -0800 Subject: [PATCH] [clang-format] Fix idempotent format of hash in macro body (#118513) Fix

[llvm-branch-commits] [clang] release/19.x: [clang-format] Fix idempotent format of hash in macro body (#118513) (PR #119503)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/119503 ___ 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] [clang] release/19.x: [clang-format] Fix idempotent format of hash in macro body (#118513) (PR #119503)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Sorry - usually I am looking for a review not by the same person that requests it. It just makes it a bit more sensible to me. Merging it for .7 now. https://github.com/llvm/llvm-project/pull/119503 ___ llvm-branch-commits mailing list llvm

[llvm-branch-commits] [llvm] release/19.x: [RISCV] Fix typo in CV_SH_rr_inc pattern (#120246) (PR #120296)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/120296 ___ 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/19.x: [RISCV] Fix typo in CV_SH_rr_inc pattern (#120246) (PR #120296)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/120296 >From 9969e7f8783102e2b2b4ec478bb4a8aaeb6f41a2 Mon Sep 17 00:00:00 2001 From: Philipp van Kempen Date: Tue, 17 Dec 2024 21:20:17 +0100 Subject: [PATCH] [RISCV] Fix typo in CV_SH_rr_inc pattern (#120246) This typo in

[llvm-branch-commits] [llvm] 9969e7f - [RISCV] Fix typo in CV_SH_rr_inc pattern (#120246)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
Author: Philipp van Kempen Date: 2025-01-13T11:50:27+01:00 New Revision: 9969e7f8783102e2b2b4ec478bb4a8aaeb6f41a2 URL: https://github.com/llvm/llvm-project/commit/9969e7f8783102e2b2b4ec478bb4a8aaeb6f41a2 DIFF: https://github.com/llvm/llvm-project/commit/9969e7f8783102e2b2b4ec478bb4a8aaeb6f41a2.

[llvm-branch-commits] [clang] release/19.x: [clang] hexagon: fix link order for libc/builtins (#117057) (PR #117968)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/117968 ___ 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] [clang] release/19.x: [clang] hexagon: fix link order for libc/builtins (#117057) (PR #117968)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/117968 >From 97a1cb9a3fc4c23cfa62c5a47b3c6a59d0dbb857 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Mon, 25 Nov 2024 11:35:45 -0600 Subject: [PATCH] [clang] hexagon: fix link order for libc/builtins (#117057) When linkin

[llvm-branch-commits] [clang] 97a1cb9 - [clang] hexagon: fix link order for libc/builtins (#117057)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
Author: Brian Cain Date: 2025-01-13T11:49:33+01:00 New Revision: 97a1cb9a3fc4c23cfa62c5a47b3c6a59d0dbb857 URL: https://github.com/llvm/llvm-project/commit/97a1cb9a3fc4c23cfa62c5a47b3c6a59d0dbb857 DIFF: https://github.com/llvm/llvm-project/commit/97a1cb9a3fc4c23cfa62c5a47b3c6a59d0dbb857.diff LO

[llvm-branch-commits] [libcxx] 6553889 - Bump version to 19.1.7

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
Author: Tobias Hieta Date: 2025-01-13T11:48:09+01:00 New Revision: 6553889987aec49242e370a5e0a9e271d9f04ddb URL: https://github.com/llvm/llvm-project/commit/6553889987aec49242e370a5e0a9e271d9f04ddb DIFF: https://github.com/llvm/llvm-project/commit/6553889987aec49242e370a5e0a9e271d9f04ddb.diff

[llvm-branch-commits] [llvm] release/19.x: [RISCV] Add hasPostISelHook to sf.vfnrclip pseudo instructions. (#114274) (PR #117948)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/117948 >From a0dfd3d04e28b831bc99c06c8cfef5563eaf4c63 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Wed, 30 Oct 2024 11:47:40 -0700 Subject: [PATCH 1/2] [RISCV] Add missing hasPostISelHook = 1 to vector pseudos that mi

[llvm-branch-commits] [llvm] release/19.x: [RISCV] Add hasPostISelHook to sf.vfnrclip pseudo instructions. (#114274) (PR #117948)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/117948 ___ 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] a0dfd3d - [RISCV] Add missing hasPostISelHook = 1 to vector pseudos that might read FRM. (#114186)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
Author: Craig Topper Date: 2025-01-13T11:43:27+01:00 New Revision: a0dfd3d04e28b831bc99c06c8cfef5563eaf4c63 URL: https://github.com/llvm/llvm-project/commit/a0dfd3d04e28b831bc99c06c8cfef5563eaf4c63 DIFF: https://github.com/llvm/llvm-project/commit/a0dfd3d04e28b831bc99c06c8cfef5563eaf4c63.diff

[llvm-branch-commits] [llvm] d749beb - [RISCV] Add hasPostISelHook to sf.vfnrclip pseudo instructions. (#114274)

2025-01-13 Thread Tobias Hieta via llvm-branch-commits
Author: Craig Topper Date: 2025-01-13T11:43:28+01:00 New Revision: d749beb59e72ec1dad2990a4a5ed624ab5ebe5c5 URL: https://github.com/llvm/llvm-project/commit/d749beb59e72ec1dad2990a4a5ed624ab5ebe5c5 DIFF: https://github.com/llvm/llvm-project/commit/d749beb59e72ec1dad2990a4a5ed624ab5ebe5c5.diff

[llvm-branch-commits] [llvm] e21dc4b - [SimpleLoopUnswitch] Fix LCSSA phi node invalidation

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
Author: Nikita Popov Date: 2024-12-17T12:04:04+01:00 New Revision: e21dc4bd5474d04b8e62d7331362edcc5648d7e5 URL: https://github.com/llvm/llvm-project/commit/e21dc4bd5474d04b8e62d7331362edcc5648d7e5 DIFF: https://github.com/llvm/llvm-project/commit/e21dc4bd5474d04b8e62d7331362edcc5648d7e5.diff

[llvm-branch-commits] [llvm] release/19.x: [SimpleLoopUnswitch] Fix LCSSA phi node invalidation (PR #118870)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/118870 ___ 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/19.x: [SimpleLoopUnswitch] Fix LCSSA phi node invalidation (PR #118870)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/118870 >From e21dc4bd5474d04b8e62d7331362edcc5648d7e5 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 27 Nov 2024 11:47:22 +0100 Subject: [PATCH] [SimpleLoopUnswitch] Fix LCSSA phi node invalidation Fixes https://gi

[llvm-branch-commits] [llvm] release/19.x: [WebAssembly] Handle symbols in `.init_array` sections (#119127) (PR #119533)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/119533 >From 8069ce6ab1766a166b956192ad72c143be3b860e Mon Sep 17 00:00:00 2001 From: George Stagg Date: Wed, 4 Dec 2024 21:12:15 + Subject: [PATCH 1/2] [WebAssembly] Support multiple `.init_array` fragments when writin

[llvm-branch-commits] [llvm] release/19.x: [AggressiveInstCombine] Use APInt and avoid truncation when folding loads (PR #118866)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/118866 ___ 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] 657e03f - [AggressiveInstCombine] Use APInt and avoid truncation when folding loads

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
Author: Antonio Frighetto Date: 2024-12-17T10:19:28+01:00 New Revision: 657e03f8625c9e7326f241aea584ff5c43b30ba3 URL: https://github.com/llvm/llvm-project/commit/657e03f8625c9e7326f241aea584ff5c43b30ba3 DIFF: https://github.com/llvm/llvm-project/commit/657e03f8625c9e7326f241aea584ff5c43b30ba3.d

[llvm-branch-commits] [llvm] release/19.x: [AggressiveInstCombine] Use APInt and avoid truncation when folding loads (PR #118866)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/118866 >From 657e03f8625c9e7326f241aea584ff5c43b30ba3 Mon Sep 17 00:00:00 2001 From: Antonio Frighetto Date: Wed, 4 Dec 2024 10:15:11 +0100 Subject: [PATCH] [AggressiveInstCombine] Use APInt and avoid truncation when foldi

[llvm-branch-commits] [llvm] 8e9465b - [WebAssembly] Handle symbols in `.init_array` sections (#119127)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
Author: George Stagg Date: 2024-12-17T10:12:46+01:00 New Revision: 8e9465bd150bcbe2d200efc7c0e31abf8ddebe58 URL: https://github.com/llvm/llvm-project/commit/8e9465bd150bcbe2d200efc7c0e31abf8ddebe58 DIFF: https://github.com/llvm/llvm-project/commit/8e9465bd150bcbe2d200efc7c0e31abf8ddebe58.diff

[llvm-branch-commits] [llvm] release/19.x: [WebAssembly] Handle symbols in `.init_array` sections (#119127) (PR #119533)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/119533 ___ 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] 8069ce6 - [WebAssembly] Support multiple `.init_array` fragments when writing Wasm objects (#111008)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
Author: George Stagg Date: 2024-12-17T10:12:46+01:00 New Revision: 8069ce6ab1766a166b956192ad72c143be3b860e URL: https://github.com/llvm/llvm-project/commit/8069ce6ab1766a166b956192ad72c143be3b860e DIFF: https://github.com/llvm/llvm-project/commit/8069ce6ab1766a166b956192ad72c143be3b860e.diff

[llvm-branch-commits] [llvm] [19.x] Backport standalone build fixes for offload (PR #118643)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
=?utf-8?q?Micha=C5=82_G=C3=B3rny?= , =?utf-8?q?Micha=C5=82_G=C3=B3rny?= , =?utf-8?q?Micha=C5=82_G=C3=B3rny?= , =?utf-8?q?Micha=C5=82_G=C3=B3rny?= , =?utf-8?q?Micha=C5=82_G=C3=B3rny?= Message-ID: In-Reply-To: https://github.com/tru closed https://github.com/llvm/llvm-project/pull/118643

[llvm-branch-commits] [llvm] [19.x] Backport standalone build fixes for offload (PR #118643)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
=?utf-8?q?Michał_Górny?= , =?utf-8?q?Michał_Górny?= , =?utf-8?q?Michał_Górny?= , =?utf-8?q?Michał_Górny?= , =?utf-8?q?Michał_Górny?= Message-ID: In-Reply-To: https://github.com/tru updated https://github.com/llvm/llvm-project/pull/118643 >From be6e2e72cb51f95c852e6d6567c8b2d066dfd19e Mon Sep 1

[llvm-branch-commits] [lld] release/19.x: [lld][WebAssembly] Fix use of uninitialized stack data with --wasm64 (#107780) (PR #119723)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/119723 ___ 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] [lld] d2953ab - [lld][WebAssembly] Fix use of uninitialized stack data with --wasm64 (#107780)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
Author: Sam Clegg Date: 2024-12-17T10:06:24+01:00 New Revision: d2953ab0a79f9f2d2877703dbc235b92541faec9 URL: https://github.com/llvm/llvm-project/commit/d2953ab0a79f9f2d2877703dbc235b92541faec9 DIFF: https://github.com/llvm/llvm-project/commit/d2953ab0a79f9f2d2877703dbc235b92541faec9.diff LOG

[llvm-branch-commits] [lld] release/19.x: [lld][WebAssembly] Fix use of uninitialized stack data with --wasm64 (#107780) (PR #119723)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/119723 >From d2953ab0a79f9f2d2877703dbc235b92541faec9 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 9 Sep 2024 09:28:08 -0700 Subject: [PATCH] [lld][WebAssembly] Fix use of uninitialized stack data with --wasm64 (#10

[llvm-branch-commits] [llvm] release/19.x: [Matrix] Skip already fused instructions before trying to fuse multiply. (PR #118020)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Who can review this? https://github.com/llvm/llvm-project/pull/118020 ___ 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] [clang] release/19.x: [clang] hexagon: fix link order for libc/builtins (#117057) (PR #117968)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Can we get a review of this? https://github.com/llvm/llvm-project/pull/117968 ___ 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/19.x: [RISCV] Add hasPostISelHook to sf.vfnrclip pseudo instructions. (#114274) (PR #117948)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Can we get a review of this? https://github.com/llvm/llvm-project/pull/117948 ___ 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/19.x: [SimpleLoopUnswitch] Fix LCSSA phi node invalidation (PR #118870)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
tru wrote: @nikic is this fine to merge? https://github.com/llvm/llvm-project/pull/118870 ___ 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] [clang] release/19.x: [clang-format] Fix idempotent format of hash in macro body (#118513) (PR #119503)

2024-12-17 Thread Tobias Hieta via llvm-branch-commits
tru wrote: can we get a review on this? https://github.com/llvm/llvm-project/pull/119503 ___ 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] [clang] 3d21a9a - [Clang][perf-training] Fix clean command in perf-helper.py (#118978)

2024-12-16 Thread Tobias Hieta via llvm-branch-commits
Author: Tom Stellard Date: 2024-12-17T08:48:13+01:00 New Revision: 3d21a9a8e4ecd4a88acfa80700cebfdcd35dde6c URL: https://github.com/llvm/llvm-project/commit/3d21a9a8e4ecd4a88acfa80700cebfdcd35dde6c DIFF: https://github.com/llvm/llvm-project/commit/3d21a9a8e4ecd4a88acfa80700cebfdcd35dde6c.diff

[llvm-branch-commits] [clang] release/19.x: [Clang][perf-training] Fix clean command in perf-helper.py (#118978) (PR #119051)

2024-12-16 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/119051 >From 3d21a9a8e4ecd4a88acfa80700cebfdcd35dde6c Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 6 Dec 2024 18:34:59 -0800 Subject: [PATCH] [Clang][perf-training] Fix clean command in perf-helper.py (#118978)

[llvm-branch-commits] [clang] release/19.x: [Clang][perf-training] Fix clean command in perf-helper.py (#118978) (PR #119051)

2024-12-16 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/119051 ___ 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] [libcxx] [llvm] Bump version to 19.1.6 (PR #120051)

2024-12-16 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/120051 ___ 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] c9e72b3 - Bump version to 19.1.6

2024-12-16 Thread Tobias Hieta via llvm-branch-commits
Author: Tobias Hieta Date: 2024-12-13T14:49:03+01:00 New Revision: c9e72b3945f1672f0507539ce903c9696b3479ba URL: https://github.com/llvm/llvm-project/commit/c9e72b3945f1672f0507539ce903c9696b3479ba DIFF: https://github.com/llvm/llvm-project/commit/c9e72b3945f1672f0507539ce903c9696b3479ba.diff

[llvm-branch-commits] [libcxx] [llvm] Bump version to 19.1.6 (PR #120051)

2024-12-16 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru milestoned https://github.com/llvm/llvm-project/pull/120051 ___ 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] [libcxx] [llvm] Bump version to 19.1.6 (PR #120051)

2024-12-16 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru created https://github.com/llvm/llvm-project/pull/120051 None >From c9e72b3945f1672f0507539ce903c9696b3479ba Mon Sep 17 00:00:00 2001 From: Tobias Hieta Date: Fri, 13 Dec 2024 14:49:03 +0100 Subject: [PATCH] Bump version to 19.1.6 --- cmake/Modules/LLVMVersion.cmake

[llvm-branch-commits] [clang] release/19.x: [clang] recognize hexagon-*-ld.lld variants (#117338) (PR #118181)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/118181 ___ 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] [clang] release/19.x: [clang] recognize hexagon-*-ld.lld variants (#117338) (PR #118181)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/118181 >From ab4b5a2db582958af1ee308a790cfdb42bd24720 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 29 Nov 2024 16:42:44 -0600 Subject: [PATCH] [clang] recognize hexagon-*-ld.lld variants (#117338) If we create a cr

[llvm-branch-commits] [clang] ab4b5a2 - [clang] recognize hexagon-*-ld.lld variants (#117338)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
Author: Brian Cain Date: 2024-12-03T08:46:10+01:00 New Revision: ab4b5a2db582958af1ee308a790cfdb42bd24720 URL: https://github.com/llvm/llvm-project/commit/ab4b5a2db582958af1ee308a790cfdb42bd24720 DIFF: https://github.com/llvm/llvm-project/commit/ab4b5a2db582958af1ee308a790cfdb42bd24720.diff LO

[llvm-branch-commits] [llvm] 321f0dd - Bail out jump threading on indirect branches only (#117778)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
Author: AdityaK Date: 2024-12-02T09:34:56+01:00 New Revision: 321f0dd2008160b674c010425133bebc586392e7 URL: https://github.com/llvm/llvm-project/commit/321f0dd2008160b674c010425133bebc586392e7 DIFF: https://github.com/llvm/llvm-project/commit/321f0dd2008160b674c010425133bebc586392e7.diff LOG:

[llvm-branch-commits] [clang] release/19.x: [clang-repl] Fix generation of wasm binaries while running clang-repl in browser (#117978) (PR #118077)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/118077 ___ 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/19.x: Bail out jump threading on indirect branches only (#117778) (PR #117869)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/117869 ___ 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/19.x: Bail out jump threading on indirect branches only (#117778) (PR #117869)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/117869 >From f64f76feab83859b37b7fa5de3d4bba9a446e72b Mon Sep 17 00:00:00 2001 From: AdityaK Date: Tue, 10 Sep 2024 22:39:02 -0700 Subject: [PATCH 1/2] Bail out jump threading on indirect branches (#103688) The bug was int

[llvm-branch-commits] [clang] release/19.x: [clang-repl] Fix generation of wasm binaries while running clang-repl in browser (#117978) (PR #118077)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
tru wrote: > Hi @tru > > Curious to know as to when a 19.1.5 release is scheduled ? Tomorrow. https://github.com/llvm/llvm-project/pull/118077 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mail

[llvm-branch-commits] [clang] release/19.x: [clang-repl] Fix generation of wasm binaries while running clang-repl in browser (#117978) (PR #118077)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/118077 >From e6bcdea700dc7a5b1cf3a3f5a4eaa40d1234e220 Mon Sep 17 00:00:00 2001 From: Anutosh Bhat Date: Fri, 29 Nov 2024 15:31:02 +0530 Subject: [PATCH] [clang-repl] Fix generation of wasm binaries while running clang-repl

[llvm-branch-commits] [clang] e6bcdea - [clang-repl] Fix generation of wasm binaries while running clang-repl in browser (#117978)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
Author: Anutosh Bhat Date: 2024-12-02T09:35:23+01:00 New Revision: e6bcdea700dc7a5b1cf3a3f5a4eaa40d1234e220 URL: https://github.com/llvm/llvm-project/commit/e6bcdea700dc7a5b1cf3a3f5a4eaa40d1234e220 DIFF: https://github.com/llvm/llvm-project/commit/e6bcdea700dc7a5b1cf3a3f5a4eaa40d1234e220.diff

[llvm-branch-commits] [llvm] f64f76f - Bail out jump threading on indirect branches (#103688)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
Author: AdityaK Date: 2024-12-02T09:34:56+01:00 New Revision: f64f76feab83859b37b7fa5de3d4bba9a446e72b URL: https://github.com/llvm/llvm-project/commit/f64f76feab83859b37b7fa5de3d4bba9a446e72b DIFF: https://github.com/llvm/llvm-project/commit/f64f76feab83859b37b7fa5de3d4bba9a446e72b.diff LOG:

[llvm-branch-commits] [llvm] Cherry pick f314e12 into release/19.x (PR #117695)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Hi! How important are these backports for the release branch? Are they bugfixes? What's the risk of them? https://github.com/llvm/llvm-project/pull/117695 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists

[llvm-branch-commits] [lld] [llvm] release/19.x: [MC][LoongArch] Change default cpu in `MCSubtargetInfo`. (#114922) (PR #117105)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/117105 >From dc665fa5f5b8b572479ceac6bf32e0174de65f1e Mon Sep 17 00:00:00 2001 From: Zhaoxin Yang Date: Mon, 11 Nov 2024 16:46:22 +0800 Subject: [PATCH] [MC][LoongArch] Change default cpu in `MCSubtargetInfo`. (#114922) T

[llvm-branch-commits] [lld] dc665fa - [MC][LoongArch] Change default cpu in `MCSubtargetInfo`. (#114922)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
Author: Zhaoxin Yang Date: 2024-12-02T09:33:07+01:00 New Revision: dc665fa5f5b8b572479ceac6bf32e0174de65f1e URL: https://github.com/llvm/llvm-project/commit/dc665fa5f5b8b572479ceac6bf32e0174de65f1e DIFF: https://github.com/llvm/llvm-project/commit/dc665fa5f5b8b572479ceac6bf32e0174de65f1e.diff

[llvm-branch-commits] [lld] [llvm] release/19.x: [MC][LoongArch] Change default cpu in `MCSubtargetInfo`. (#114922) (PR #117105)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/117105 ___ 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/19.x: [SLP]Check that operand of abs does not overflow before making it part of minbitwidth transformation (PR #113146)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/113146 >From edded5af5494adfc53187719fa3f3b0be7a4a20e Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Fri, 18 Oct 2024 13:44:57 -0700 Subject: [PATCH 1/2] [SLP][NFC]Add a test with the incorrect casting of the abs argum

[llvm-branch-commits] [llvm] release/19.x: [SLP]Check that operand of abs does not overflow before making it part of minbitwidth transformation (PR #113146)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/113146 ___ 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] 9f72c98 - [SLP]Check that operand of abs does not overflow before making it part of minbitwidth transformation

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
Author: Alexey Bataev Date: 2024-12-02T09:32:35+01:00 New Revision: 9f72c9837c553063ab0cbacc1a472a73c0ec2a4b URL: https://github.com/llvm/llvm-project/commit/9f72c9837c553063ab0cbacc1a472a73c0ec2a4b DIFF: https://github.com/llvm/llvm-project/commit/9f72c9837c553063ab0cbacc1a472a73c0ec2a4b.diff

[llvm-branch-commits] [llvm] edded5a - [SLP][NFC]Add a test with the incorrect casting of the abs argument, NFC

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
Author: Alexey Bataev Date: 2024-12-02T09:32:35+01:00 New Revision: edded5af5494adfc53187719fa3f3b0be7a4a20e URL: https://github.com/llvm/llvm-project/commit/edded5af5494adfc53187719fa3f3b0be7a4a20e DIFF: https://github.com/llvm/llvm-project/commit/edded5af5494adfc53187719fa3f3b0be7a4a20e.diff

[llvm-branch-commits] [llvm] release/19.x: [InstCombine] Drop noundef attributes in `foldCttzCtlz` (#116718) (PR #116865)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/116865 ___ 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/19.x: [InstCombine] Drop noundef attributes in `foldCttzCtlz` (#116718) (PR #116865)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/116865 >From 0e7e5d9bdf3c130069a1d622dc9a2b71357fc1ee Mon Sep 17 00:00:00 2001 From: Yingwei Zheng Date: Tue, 19 Nov 2024 20:06:34 +0800 Subject: [PATCH] [InstCombine] Drop noundef attributes in `foldCttzCtlz` (#116718) C

[llvm-branch-commits] [llvm] 0e7e5d9 - [InstCombine] Drop noundef attributes in `foldCttzCtlz` (#116718)

2024-12-02 Thread Tobias Hieta via llvm-branch-commits
Author: Yingwei Zheng Date: 2024-12-02T09:30:40+01:00 New Revision: 0e7e5d9bdf3c130069a1d622dc9a2b71357fc1ee URL: https://github.com/llvm/llvm-project/commit/0e7e5d9bdf3c130069a1d622dc9a2b71357fc1ee DIFF: https://github.com/llvm/llvm-project/commit/0e7e5d9bdf3c130069a1d622dc9a2b71357fc1ee.diff

[llvm-branch-commits] [lld] [llvm] release/19.x: [MC][LoongArch] Change default cpu in `MCSubtargetInfo`. (#114922) (PR #117105)

2024-11-25 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/117105 >From b26dcc76df9ab45955cd78365e1cc85e14ca89b8 Mon Sep 17 00:00:00 2001 From: Zhaoxin Yang Date: Mon, 11 Nov 2024 16:46:22 +0800 Subject: [PATCH] [MC][LoongArch] Change default cpu in `MCSubtargetInfo`. (#114922) T

[llvm-branch-commits] [llvm] release/19.x: [MachineLICM] Don't allow hoisting invariant loads across mem barrier. (#116987) (PR #117154)

2024-11-25 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/117154 ___ 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/19.x: [MachineLICM] Don't allow hoisting invariant loads across mem barrier. (#116987) (PR #117154)

2024-11-25 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/117154 >From 32cbe24de3f2ecb1c77899ff27bfe70bb033ecde Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Wed, 20 Nov 2024 15:10:19 + Subject: [PATCH 1/2] [MachineLICM] Add test case showing load hoisted across memory ba

  1   2   3   4   5   6   7   8   9   10   >