ilovepi wrote:
> Linux CI shows failing but looks like all tests passed despite that.
>
> Added compound constraint support which just goes through the nested
> expressions until it reaches the constraint.
I've just been clicking re-run on those when i see it. you may want to file
abug abou
llvmbot wrote:
@llvm/pr-subscribers-bolt
@llvm/pr-subscribers-backend-aarch64
Author: Fangrui Song (MaskRay)
Changes
Rename these relocation specifier constants, aligning with the naming
convention used by other targets (`S_` instead of `VK_`).
* ELF/COFF: AArch64MCExpr::VK_ => AArch64::S
https://github.com/MaskRay created
https://github.com/llvm/llvm-project/pull/144633
Rename these relocation specifier constants, aligning with the naming
convention used by other targets (`S_` instead of `VK_`).
* ELF/COFF: AArch64MCExpr::VK_ => AArch64::S_ (VK_ABS/VK_PAGE_ABS are
also used b
arsenm wrote:
### Merge activity
* **Jun 18, 4:19 AM UTC**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/144382).
https://github.com/llvm/llvm-project/pull/144382
_
https://github.com/nemanjai approved this pull request.
LGTM.
I believe that the finite functions are provided by GLIBC on PPC for F128, but
perhaps someone from IBM can confirm (@lei137 @w2yehia @RolandF77).
https://github.com/llvm/llvm-project/pull/144382
_
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/140878
>From 5d5a54cff58c1096973d3a9c28f728ca0afe3889 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 19 May 2025 21:51:06 +0200
Subject: [PATCH] AMDGPU: Handle folding vector splats of inline split f64
inline
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/140878
>From 5d5a54cff58c1096973d3a9c28f728ca0afe3889 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 19 May 2025 21:51:06 +0200
Subject: [PATCH] AMDGPU: Handle folding vector splats of inline split f64
inline
arsenm wrote:
### Merge activity
* **Jun 17, 10:54 PM UTC**: A user started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/141948).
https://github.com/llvm/llvm-project/pull/141948
arsenm wrote:
### Merge activity
* **Jun 17, 10:54 PM UTC**: A user started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/141945).
https://github.com/llvm/llvm-project/pull/141945
arsenm wrote:
### Merge activity
* **Jun 17, 10:54 PM UTC**: A user started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/141943).
https://github.com/llvm/llvm-project/pull/141943
arsenm wrote:
### Merge activity
* **Jun 17, 10:54 PM UTC**: A user started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/141946).
https://github.com/llvm/llvm-project/pull/141946
arsenm wrote:
### Merge activity
* **Jun 17, 10:54 PM UTC**: A user started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/141944).
https://github.com/llvm/llvm-project/pull/141944
arsenm wrote:
### Merge activity
* **Jun 17, 10:54 PM UTC**: A user started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/141947).
https://github.com/llvm/llvm-project/pull/141947
Author: Daniel Thornburgh
Date: 2025-06-17T15:50:32-07:00
New Revision: 93b062772fa316407d77eb2f71fb622568bbd669
URL:
https://github.com/llvm/llvm-project/commit/93b062772fa316407d77eb2f71fb622568bbd669
DIFF:
https://github.com/llvm/llvm-project/commit/93b062772fa316407d77eb2f71fb622568bbd669.d
https://github.com/inbelic edited
https://github.com/llvm/llvm-project/pull/144465
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
inbelic wrote:
I guess the awkward part is that it might be nice to clean up all the current
error tests that are spread across many files to just one for each param type.
https://github.com/llvm/llvm-project/pull/144465
___
brad0 wrote:
@s-barannikov
https://github.com/llvm/llvm-project/pull/139451
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/cmtice approved this pull request.
https://github.com/llvm/llvm-project/pull/144034
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
bcardosolopes wrote:
This might look a bit different given the redesign of the other pieces, so I'm
gonna hold on reviewing this for now, let me know when this is ready again.
https://github.com/llvm/llvm-project/pull/144262
___
llvm-branch-commits ma
bcardosolopes wrote:
This might look a bit different given the redesign of the other pieces, so I'm
gonna hold on reviewing this for now, let me know when this is ready again.
https://github.com/llvm/llvm-project/pull/144261
___
llvm-branch-commits ma
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/142492
error: too big or took too long to generate
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/
https://github.com/bcardosolopes commented:
This might look a bit different given the residesign of the other pieces, so
I'm gonna hold on reviewing this for now, let me know when this is ready again.
https://github.com/llvm/llvm-project/pull/144236
_
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: None (joaosaffran)
Changes
This patch enhances error handling and validation in the DirectX backend's root
signature parsing. The changes include:
1. **Improved Error Reporting**:
- Introduced `reportInvalidTypeError` utility
https://github.com/joaosaffran ready_for_review
https://github.com/llvm/llvm-project/pull/144577
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: None (joaosaffran)
Changes
This patch enhances error handling in the DirectX backend's root signature
parsing, specifically in DXILRootSignature.cpp. The changes include:
1. Modify error handling to accumulate errors:
- Repla
https://github.com/joaosaffran ready_for_review
https://github.com/llvm/llvm-project/pull/144465
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/joaosaffran edited
https://github.com/llvm/llvm-project/pull/144465
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/joaosaffran created
https://github.com/llvm/llvm-project/pull/144577
This patch enhances error handling and validation in the DirectX backend's root
signature parsing. The changes include:
1. **Improved Error Reporting**:
- Introduced `reportInvalidTypeError` utility to p
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/144139
>From cd6a0f4fbfa87df8bed4efcdf066530523f5ec0d Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Fri, 13 Jun 2025 18:22:10 +
Subject: [PATCH] [NFC] Formatting PassRegistry.def
---
llvm/lib/Passes/PassRegist
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/143999
>From ea224dfb11b37573f5dbdd34ca118fee5a9808c1 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Thu, 12 Jun 2025 23:54:10 +
Subject: [PATCH] Simplifying creation of Embedder
---
llvm/docs/MLGO.rst
https://github.com/quic-garvgupt updated
https://github.com/llvm/llvm-project/pull/132807
>From c490d1f4f1d1c3a65ad722d46b87fe49ade11c21 Mon Sep 17 00:00:00 2001
From: Garvit Gupta
Date: Mon, 24 Mar 2025 04:58:57 -0700
Subject: [PATCH 1/3] [Driver] Add support for crtbegin.o, crtend.o and
libg
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/144465
>From ef396288dc10569cb1298e11ac4c67de6a5b5e03 Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Mon, 16 Jun 2025 21:54:47 +
Subject: [PATCH 1/3] allowing multiple errors
---
llvm/lib/Target/DirectX/DXI
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff HEAD~1 HEAD --extensions cpp --
llvm/lib/Target/DirectX/DXILRootSignature.cpp
```
https://github.com/tobias-stadler updated
https://github.com/llvm/llvm-project/pull/144554
>From a428e237fcc52830549144bf3afdcddb29742b0d Mon Sep 17 00:00:00 2001
From: Tobias Stadler
Date: Mon, 16 Jun 2025 15:32:15 +0100
Subject: [PATCH 1/2] [Remarks] Auto-detect remark parser format
Add rema
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/144465
>From ef396288dc10569cb1298e11ac4c67de6a5b5e03 Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Mon, 16 Jun 2025 21:54:47 +
Subject: [PATCH 1/2] allowing multiple errors
---
llvm/lib/Target/DirectX/DXI
cmtice wrote:
This PR failed the Linux premerge test; are you investigating that?
https://github.com/llvm/llvm-project/pull/144034
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/l
https://github.com/jroelofs approved this pull request.
Love it!
https://github.com/llvm/llvm-project/pull/144554
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commit
https://github.com/aaupov updated
https://github.com/llvm/llvm-project/pull/143296
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/aaupov updated
https://github.com/llvm/llvm-project/pull/143296
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/evelez7 edited
https://github.com/llvm/llvm-project/pull/144430
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/evelez7 updated
https://github.com/llvm/llvm-project/pull/144430
>From 72e4a2441b93546c3e275078d1525ae01e73e361 Mon Sep 17 00:00:00 2001
From: Erick Velez
Date: Mon, 16 Jun 2025 10:50:35 -0700
Subject: [PATCH] remove extraneous change
---
clang-tools-extra/clang-doc/Bitcode
evelez7 wrote:
Linux CI shows failing but looks like all tests passed despite that.
Added compound constraint support which just goes through the nested
expressions until it reaches the constraint.
https://github.com/llvm/llvm-project/pull/144430
___
llvmbot wrote:
@llvm/pr-subscribers-clang-tools-extra
Author: Erick Velez (evelez7)
Changes
---
Patch is 40.83 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/144430.diff
19 Files Affected:
- (modified) clang-tools-extra/clang-doc/BitcodeRe
https://github.com/evelez7 ready_for_review
https://github.com/llvm/llvm-project/pull/144430
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/quic-garvgupt updated
https://github.com/llvm/llvm-project/pull/121831
>From ef8c6e265c24852c939d4ccf3b8bda7f9d13fff7 Mon Sep 17 00:00:00 2001
From: Garvit Gupta
Date: Mon, 6 Jan 2025 10:05:08 -0800
Subject: [PATCH] [RISCV] Integrate RISCV target in baremetal toolchain object
https://github.com/quic-garvgupt updated
https://github.com/llvm/llvm-project/pull/132808
>From 8b9b09ac86bd86f0151688d2fb699354a7857468 Mon Sep 17 00:00:00 2001
From: Garvit Gupta
Date: Mon, 24 Mar 2025 07:04:59 -0700
Subject: [PATCH] [Driver] Forward sysroot from Driver to linker in BareMetal
https://github.com/quic-garvgupt updated
https://github.com/llvm/llvm-project/pull/134442
>From 43f577397566b022866c4acbb409b860473649b8 Mon Sep 17 00:00:00 2001
From: Garvit Gupta
Date: Fri, 4 Apr 2025 12:51:19 -0700
Subject: [PATCH] [RISCV][Driver] Add support for `-m` flag to linker job of
https://github.com/quic-garvgupt updated
https://github.com/llvm/llvm-project/pull/132807
>From beaabe6b3d1e8dd633aa98511ac5274271fbcc65 Mon Sep 17 00:00:00 2001
From: Garvit Gupta
Date: Mon, 24 Mar 2025 06:49:09 -0700
Subject: [PATCH] [Driver] Add option to force udnefined symbols during linki
https://github.com/quic-garvgupt updated
https://github.com/llvm/llvm-project/pull/132806
>From c5642ff5874419ad9ac765631959dca4b091437c Mon Sep 17 00:00:00 2001
From: Garvit Gupta
Date: Mon, 24 Mar 2025 06:17:42 -0700
Subject: [PATCH] [Driver] Fix link order of BareMetal toolchain object
The
sbc100 wrote:
> How is the status on this? Is there any workaround to compile to wasm with
> memories smaller than 64KiB for embedded systems for demonstration purposes?
Yes, isn't that exactly what https://github.com/llvm/llvm-project/pull/128942
does?You would link with `-Wl,--page-size=
https://github.com/tobias-stadler created
https://github.com/llvm/llvm-project/pull/144554
Add remark format 'Auto', which performs automatic detection of the remark
format using the magic numbers at the beginning of the remarks files.
The RemarkLinker already did something similar, so we stre
BilelGho wrote:
How is the status on this? Is there any workaround to compile to wasm with
memories smaller than 64KiB for embedded systems for demonstration purposes?
https://github.com/llvm/llvm-project/pull/129762
___
llvm-branch-commits mailing l
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/141945
>From 99162375bef4a757fc95bfba805c559b7b13fbfe Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 29 May 2025 11:16:22 +0200
Subject: [PATCH] AMDGPU: Move fpenvIEEEMode into TTI
---
.../AMDGPU/AMDGPUInstC
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/141943
>From 7fbe4e233098676cc2af8aaad48a1eb5f8cb360f Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 29 May 2025 14:41:33 +0200
Subject: [PATCH] AMDGPU: Fix cost model for 16-bit operations on gfx8
We should
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/141944
>From 641ab37922230a88206b08d07b76df77c9d82512 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 29 May 2025 15:20:50 +0200
Subject: [PATCH] AMDGPU: Reduce cost of f64 copysign
The real implementation is
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/141948
>From ed073f0e8a14686e87f580fc859a76f7f0ddf4b2 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 29 May 2025 15:32:59 +0200
Subject: [PATCH] AMDGPU: Report special input intrinsics as free
---
.../AMDGPU
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/141947
>From 5179de7f8a6024d25b5a89deadec96894749287e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 29 May 2025 15:29:57 +0200
Subject: [PATCH] AMDGPU: Add baseline cost model tests for special argument
intr
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/141945
>From 99162375bef4a757fc95bfba805c559b7b13fbfe Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 29 May 2025 11:16:22 +0200
Subject: [PATCH] AMDGPU: Move fpenvIEEEMode into TTI
---
.../AMDGPU/AMDGPUInstC
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/141944
>From 641ab37922230a88206b08d07b76df77c9d82512 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 29 May 2025 15:20:50 +0200
Subject: [PATCH] AMDGPU: Reduce cost of f64 copysign
The real implementation is
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/141943
>From 7fbe4e233098676cc2af8aaad48a1eb5f8cb360f Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 29 May 2025 14:41:33 +0200
Subject: [PATCH] AMDGPU: Fix cost model for 16-bit operations on gfx8
We should
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/141948
>From ed073f0e8a14686e87f580fc859a76f7f0ddf4b2 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 29 May 2025 15:32:59 +0200
Subject: [PATCH] AMDGPU: Report special input intrinsics as free
---
.../AMDGPU
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/141947
>From 5179de7f8a6024d25b5a89deadec96894749287e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 29 May 2025 15:29:57 +0200
Subject: [PATCH] AMDGPU: Add baseline cost model tests for special argument
intr
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/141947
>From 4497b8d17e9aa65d0eccb13a179a6dfb544d808d Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 29 May 2025 15:29:57 +0200
Subject: [PATCH] AMDGPU: Add baseline cost model tests for special argument
intr
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/141945
>From 63d221ae57f3fb5f2e41bc29ff93338c209ab0fe Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 29 May 2025 11:16:22 +0200
Subject: [PATCH] AMDGPU: Move fpenvIEEEMode into TTI
---
.../AMDGPU/AMDGPUInstC
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/141944
>From 0ddc81d117497e6caea3334f7e62ff1aa62f0e3a Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 29 May 2025 15:20:50 +0200
Subject: [PATCH] AMDGPU: Reduce cost of f64 copysign
The real implementation is
https://github.com/redstar updated
https://github.com/llvm/llvm-project/pull/144437
>From 2b99eb315cea3e75a6ecc49571d75d9371669116 Mon Sep 17 00:00:00 2001
From: Kai Nacke
Date: Mon, 16 Jun 2025 17:27:16 -0400
Subject: [PATCH 1/2] [GOFF] Emit symbols for functions.
A function entry is mapped t
Author: Aaron Ballman
Date: 2025-06-17T07:46:22-04:00
New Revision: 27a68db7ce88f6f88ac6742f2d765951d7c73fa1
URL:
https://github.com/llvm/llvm-project/commit/27a68db7ce88f6f88ac6742f2d765951d7c73fa1
DIFF:
https://github.com/llvm/llvm-project/commit/27a68db7ce88f6f88ac6742f2d765951d7c73fa1.diff
67 matches
Mail list logo