Andarwinux wrote:
What is the ultimate purpose of these PR? One of my use cases is using
SLEEFGNUABI as libmvec on MinGW that doesn't have libmvec. Will this be
affected?
https://github.com/llvm/llvm-project/pull/167026
___
llvm-branch-commits mailin
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/167089.diff
2 Files Affected:
- (modified) llvm/include/llvm/IR/RuntimeLibcalls.td (+4)
- (added) llvm/test/Transforms/Util/DeclareRunt
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/167089
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/167088.diff
2 Files Affected:
- (modified) llvm/include/llvm/IR/RuntimeLibcalls.td (+1)
- (added) llvm/test/Transforms/Util/DeclareRunt
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.com/github/pr/llvm/llvm-project/167087?utm_source=stack-comment-downstack-mergeability-warning";
llvmbot wrote:
@llvm/pr-subscribers-llvm-selectiondag
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/167087.diff
2 Files Affected:
- (modified) llvm/include/llvm/IR/RuntimeLibcalls.td (+4)
- (added) llvm/test/Transforms/Util/DeclareRu
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/167087.diff
2 Files Affected:
- (modified) llvm/include/llvm/IR/RuntimeLibcalls.td (+4)
- (added) llvm/test/Transforms/Util/DeclareRuntimeLibca
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/167088
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.com/github/pr/llvm/llvm-project/167088?utm_source=stack-comment-downstack-mergeability-warning";
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.com/github/pr/llvm/llvm-project/167089?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/167087
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/167089
None
>From 3364617a96b37a9407452573175c46ef6cd09179 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 7 Nov 2025 20:01:39 -0800
Subject: [PATCH] PowerPC: Add vec_malloc functions to AIX in RuntimeLibcalls
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/167087
None
>From be6441e774238bbe5fa3e028c14e4c8ba56bbe2c Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 7 Nov 2025 19:51:41 -0800
Subject: [PATCH] RuntimeLibcalls: Add small_printf functions to emscripten
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/167088
None
>From 05dacaeaf5bbc0616cad17a7e6eaf5ea71cc3b49 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 7 Nov 2025 19:56:59 -0800
Subject: [PATCH] XCore: Add iprintf to RuntimeLibcalls system library
---
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Matt Arsenault (arsenm)
Changes
This is one of the easier cases to comprehend in TargetLibraryInfo's
setup.
---
Full diff: https://github.com/llvm/llvm-project/pull/167083.diff
3 Files Affected:
- (modified) llvm/include/llvm/
llvmbot wrote:
@llvm/pr-subscribers-llvm-selectiondag
Author: Matt Arsenault (arsenm)
Changes
Script scraped dump of most functions in TargetLibraryInfo.def,
with existing entries and a few special cases removed. This only
adds the definitions, and doesn't add them to any system yet.
Addi
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/167083
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/167082
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-selectiondag
Author: Matt Arsenault (arsenm)
Changes
Calloc was already here, but not the others. Also add
manual type information.
---
Full diff: https://github.com/llvm/llvm-project/pull/167081.diff
3 Files Affected:
- (modified) llvm/include/
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.com/github/pr/llvm/llvm-project/167083?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/167081
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/167080.diff
5 Files Affected:
- (modified) llvm/lib/IR/RuntimeLibcalls.cpp (+2-2)
- (modified) llvm/test/Transforms/Util/DeclareRuntime
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.com/github/pr/llvm/llvm-project/167081?utm_source=stack-comment-downstack-mergeability-warning";
llvmbot wrote:
@llvm/pr-subscribers-llvm-selectiondag
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/167080.diff
5 Files Affected:
- (modified) llvm/lib/IR/RuntimeLibcalls.cpp (+2-2)
- (modified) llvm/test/Transforms/Util/DeclareRunti
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.com/github/pr/llvm/llvm-project/167082?utm_source=stack-comment-downstack-mergeability-warning";
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.com/github/pr/llvm/llvm-project/167080?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/167080
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/167082
Script scraped dump of most functions in TargetLibraryInfo.def,
with existing entries and a few special cases removed. This only
adds the definitions, and doesn't add them to any system yet.
Adding them in the co
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/167083
This is one of the easier cases to comprehend in TargetLibraryInfo's
setup.
>From 7fc2bd968df663649fb2c4be74b6b27f6493b987 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 7 Nov 2025 19:20:05 -0800
Subje
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/167080
None
>From 47b210314be0cd92c0aea3cafcc178c0f01fec79 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 7 Nov 2025 17:20:09 -0800
Subject: [PATCH] RuntimeLibcalls: Add mustprogress to common function
attri
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/167081
Calloc was already here, but not the others. Also add
manual type information.
>From 7b97131d0a4ac9a96f97aa5a8304fde98ecb140f Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 7 Nov 2025 17:19:28 -0800
Su
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/167053
>From 31b8490bb290bb768cb51ca6c63c7a97d063eb80 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 7 Nov 2025 15:27:24 -0800
Subject: [PATCH] RuntimeLibcalls: Add __memcpy_chk, __memmove_chk,
__memset_chk
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/167049
>From 8ddc3c6fe4a5126489845641f03f41d8d42f7d0d Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 7 Nov 2025 14:57:28 -0800
Subject: [PATCH] RuntimeLibcalls: Add a few libm entries from
TargetLibraryInfo
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/167053
>From 31b8490bb290bb768cb51ca6c63c7a97d063eb80 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 7 Nov 2025 15:27:24 -0800
Subject: [PATCH] RuntimeLibcalls: Add __memcpy_chk, __memmove_chk,
__memset_chk
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/167026
>From 9cb5465301deb9abe7148017bb47757bbd0d5681 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 7 Nov 2025 12:51:18 -0800
Subject: [PATCH] RuntimeLibcalls: Add definitions for vector math functions
This
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/167049
>From 8ddc3c6fe4a5126489845641f03f41d8d42f7d0d Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 7 Nov 2025 14:57:28 -0800
Subject: [PATCH] RuntimeLibcalls: Add a few libm entries from
TargetLibraryInfo
https://github.com/kevinsala updated
https://github.com/llvm/llvm-project/pull/152831
>From fa3c7425ae9e5ffea83841f2be61b0f494b99038 Mon Sep 17 00:00:00 2001
From: Kevin Sala
Date: Fri, 8 Aug 2025 11:25:14 -0700
Subject: [PATCH 1/5] [OpenMP][Offload] Add offload runtime support for
dyn_grouppr
https://github.com/kevinsala updated
https://github.com/llvm/llvm-project/pull/152831
>From fa3c7425ae9e5ffea83841f2be61b0f494b99038 Mon Sep 17 00:00:00 2001
From: Kevin Sala
Date: Fri, 8 Aug 2025 11:25:14 -0700
Subject: [PATCH 1/4] [OpenMP][Offload] Add offload runtime support for
dyn_grouppr
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/167026
>From 090c10ab8c2ae8463627210efbe3f929ef094460 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 7 Nov 2025 12:51:18 -0800
Subject: [PATCH] RuntimeLibcalls: Add definitions for vector math functions
This
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/167026
>From 090c10ab8c2ae8463627210efbe3f929ef094460 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 7 Nov 2025 12:51:18 -0800
Subject: [PATCH] RuntimeLibcalls: Add definitions for vector math functions
This
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/166988
>From 213cae7f9f20bb5e48b46371b45f9613d3bb2085 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 7 Nov 2025 10:22:01 -0800
Subject: [PATCH] DAG: Move expandMultipleResultFPLibCall to TargetLowering
(NFC)
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/166987
>From faeead5794163fa0e4be6657bfab448d39ea2eeb Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 6 Nov 2025 21:55:35 -0800
Subject: [PATCH] DAG: Stop using TargetLibraryInfo for multi-result FP
intrinsic
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/166981
>From b13fb138b576f9d575fce35e94da668f3a673443 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 6 Nov 2025 13:17:49 -0800
Subject: [PATCH] RuntimeLibcalls: Add entries for vector sincospi functions
Add l
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/166982
>From 21d37643c6d9e2be5963a8305a0a2effa5fa9b2d Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 6 Nov 2025 11:34:51 -0800
Subject: [PATCH] RuntimeLibcalls: Remove incorrect sincospi from most targets
sin
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/166986
>From a6eb2c11703bb16c72b466f38679d35e44f0732e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 6 Nov 2025 21:26:29 -0800
Subject: [PATCH] DAG: Use modf vector libcalls through RuntimeLibcalls
Copy new p
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/166985
>From f455421c85630c494f5e2a7f81789078adefc49e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 6 Nov 2025 20:44:55 -0800
Subject: [PATCH] RuntimeLibcalls: Add libcall entries for sleef and armpl modf
fu
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/166982
>From 21d37643c6d9e2be5963a8305a0a2effa5fa9b2d Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 6 Nov 2025 11:34:51 -0800
Subject: [PATCH] RuntimeLibcalls: Remove incorrect sincospi from most targets
sin
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/166984
>From 17bfcbe45afa6d6168da8a99ec2da9383e0bc929 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 6 Nov 2025 20:29:04 -0800
Subject: [PATCH] DAG: Use sincos vector libcalls through RuntimeLibcalls
Copy new
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/166983
>From 414d93b7251c07f252b7d74307e893f9c05d75a0 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 6 Nov 2025 20:20:03 -0800
Subject: [PATCH] RuntimeLibcalls: Add call entries for sincos sleef and armpl
lib
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/166984
>From 17bfcbe45afa6d6168da8a99ec2da9383e0bc929 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 6 Nov 2025 20:29:04 -0800
Subject: [PATCH] DAG: Use sincos vector libcalls through RuntimeLibcalls
Copy new
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/166987
>From faeead5794163fa0e4be6657bfab448d39ea2eeb Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 6 Nov 2025 21:55:35 -0800
Subject: [PATCH] DAG: Stop using TargetLibraryInfo for multi-result FP
intrinsic
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/166985
>From f455421c85630c494f5e2a7f81789078adefc49e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 6 Nov 2025 20:44:55 -0800
Subject: [PATCH] RuntimeLibcalls: Add libcall entries for sleef and armpl modf
fu
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/166983
>From 414d93b7251c07f252b7d74307e893f9c05d75a0 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 6 Nov 2025 20:20:03 -0800
Subject: [PATCH] RuntimeLibcalls: Add call entries for sincos sleef and armpl
lib
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/166988
>From 213cae7f9f20bb5e48b46371b45f9613d3bb2085 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 7 Nov 2025 10:22:01 -0800
Subject: [PATCH] DAG: Move expandMultipleResultFPLibCall to TargetLowering
(NFC)
https://github.com/ilovepi approved this pull request.
LGTM, though I'm far from familiar w/ the platform implications, and would
leave that decision making to other reviewers. The code changes and look fine
to me, and align with changes @arsenm has discussed publicly for some time now.
https:
https://github.com/topperc approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/166988
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -0,0 +1,12 @@
+; REQUIRES: aarch64-registered-target
+; RUN: opt -S -passes=declare-runtime-libcalls -mtriple=aarch64-unknown-linux
-mattr=+neon,+sve -vector-library=sleefgnuabi < %s | FileCheck %s
+
+; CHECK: declare void @_ZGVnN2vl8l8_sincospi(<2 x double>, ptr noalias nonnu
llvmbot wrote:
@llvm/pr-subscribers-llvm-selectiondag
Author: Matt Arsenault (arsenm)
Changes
This is mostly the output of a vibe coded script running on
VecFuncs.def, with a lot of manual cleanups and fixing where the
vibes were off. This is not yet wired up to anything (except for the
ha
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.com/github/pr/llvm/llvm-project/167026?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/167026
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/167026
This is mostly the output of a vibe coded script running on
VecFuncs.def, with a lot of manual cleanups and fixing where the
vibes were off. This is not yet wired up to anything (except for the
handful of calls wh
https://github.com/ilovepi approved this pull request.
https://github.com/llvm/llvm-project/pull/166988
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -0,0 +1,12 @@
+; REQUIRES: aarch64-registered-target
+; RUN: opt -S -passes=declare-runtime-libcalls -mtriple=aarch64-unknown-linux
-mattr=+neon,+sve -vector-library=sleefgnuabi < %s | FileCheck %s
+
+; CHECK: declare void @_ZGVnN2vl8l8_sincospi(<2 x double>, ptr noalias nonnu
https://github.com/ilovepi edited
https://github.com/llvm/llvm-project/pull/166981
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/ilovepi approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/166981
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
alexrp wrote:
Most backends use a subtarget feature to indicate whether unaligned access is
allowed. See AArch64, AMDGPU, ARM, LoongArch, etc. Besides consistency, this is
also *significantly* more convenient for frontends, especially those that
produce bitcode directly (e.g. Zig), and less pr
https://github.com/efriedma-quic approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/166988
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commi
evelez7 wrote:
> LGTM. Do you have some HTML I can check the output w/? I know you've been
> providing links previously, which is tremendously helpful.
Here's a link:
https://erickvelez.com/clang-doc-mustache-output/pr166978/GlobalNamespace/
https://github.com/llvm/llvm-project/pull/166978
__
ilovepi wrote:
LGTM. Do you have some HTML I can check the output w/? I know you've been
providing links previously, which is tremendously helpful.
https://github.com/llvm/llvm-project/pull/166978
___
llvm-branch-commits mailing list
llvm-branch-commi
@@ -10,6 +10,63 @@
# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1100 -mattr=+wavefrontsize64
-verify-machineinstrs -run-pass=prologepilog %s -o - | FileCheck
-check-prefixes=FLATSCRW64,GFX11 %s
# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1200 -mattr=+wavefrontsize64
-ver
https://github.com/maarquitos14 edited
https://github.com/llvm/llvm-project/pull/166952
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/maarquitos14 approved this pull request.
LGTM, just one nit.
https://github.com/llvm/llvm-project/pull/166952
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llv
@@ -43,6 +44,29 @@ bool tryExtendLLVMBitcodeMarker(GlobalVariable &Bitcode) {
return true;
}
+bool tryExtendDynamicLDSGlobal(GlobalVariable &GV) {
+ constexpr unsigned WorkgroupAS = 3;
+ const bool IsWorkgroupExternal =
+ GV.hasExternalLinkage() && GV.getAddressSpace(
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
https://github.com/clairechingching created
https://github.com/llvm/llvm-project/pull/167013
This proposal adds a `cl::opt` CLI flag `-bpf-allow-misaligned-mem-access` to
BPF target that lets users enable allowing misaligned memory accesses.
The motivation behind the proposal is user space eBP
@@ -116,6 +116,13 @@ jobs:
path: artifacts/
retention-days: 5
include-hidden-files: 'true'
+ - name: Upload Comment
+if: always()
+continue-on-error: true
boomanaiden154 wrote:
Yep. Surprised it passed premerg
https://github.com/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/166609
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/166609
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/evelez7 edited
https://github.com/llvm/llvm-project/pull/166978
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-selectiondag
Author: Matt Arsenault (arsenm)
Changes
This kind of helper is higher level and not general enough to go directly
in SelectionDAG. Most similar utilities are in TargetLowering.
---
Full diff: https://github.com/llvm/llvm-project/pull/1
llvmbot wrote:
@llvm/pr-subscribers-llvm-selectiondag
Author: Matt Arsenault (arsenm)
Changes
Copy new process from sincos/sincospi
---
Full diff: https://github.com/llvm/llvm-project/pull/166986.diff
3 Files Affected:
- (modified) llvm/include/llvm/CodeGen/BasicTTIImpl.h (+3-38)
- (m
llvmbot wrote:
@llvm/pr-subscribers-llvm-selectiondag
Author: Matt Arsenault (arsenm)
Changes
Only use RuntimeLibcallsInfo. Remove the helper functions used to
transition.
---
Full diff: https://github.com/llvm/llvm-project/pull/166987.diff
5 Files Affected:
- (modified) llvm/include/l
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/166988
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/166985.diff
4 Files Affected:
- (modified) llvm/include/llvm/IR/RuntimeLibcalls.td (+11)
- (modified) llvm/lib/IR/RuntimeLibcalls.cpp (
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/166985.diff
4 Files Affected:
- (modified) llvm/include/llvm/IR/RuntimeLibcalls.td (+11)
- (modified) llvm/lib/IR/RuntimeLibcalls.cpp (+57-2)
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/166987
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-selectiondag
Author: Matt Arsenault (arsenm)
Changes
Copy new process from sincospi.
---
Full diff: https://github.com/llvm/llvm-project/pull/166984.diff
3 Files Affected:
- (modified) llvm/include/llvm/CodeGen/BasicTTIImpl.h (+6-1)
- (modified
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/166986
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Matt Arsenault (arsenm)
Changes
These are the tested set of libcalls used for codegen of llvm.sincos
and are needed to get the legalization to follow standard procedure.
---
Full diff: https://github.com/llvm/llvm-project/pull/16
llvmbot wrote:
@llvm/pr-subscribers-backend-arm
Author: Matt Arsenault (arsenm)
Changes
sincospi/sincospif/sincospil does not appear to exist on common
targets. Darwin targets have __sincospi and __sincospif, so define
and use those implementations. I have no idea what version added
those
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/166985
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/166984
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/166983
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
@llvm/pr-subscribers-llvm-ir
Author: Matt Arsenault (arsenm)
Changes
Add libcall entries for sleef and armpl sincospi implementations.
This is the start of adding the vector library functions; eventually
they should all be tracked here.
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/166982
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/166981
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.com/github/pr/llvm/llvm-project/166988?utm_source=stack-comment-downstack-mergeability-warning";
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.com/github/pr/llvm/llvm-project/166985?utm_source=stack-comment-downstack-mergeability-warning";
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.com/github/pr/llvm/llvm-project/166987?utm_source=stack-comment-downstack-mergeability-warning";
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.com/github/pr/llvm/llvm-project/166981?utm_source=stack-comment-downstack-mergeability-warning";
1 - 100 of 156 matches
Mail list logo