https://github.com/melver updated
https://github.com/llvm/llvm-project/pull/156842
>From 48227c8f7712b2dc807b252d18353c91905b1fb5 Mon Sep 17 00:00:00 2001
From: Marco Elver
Date: Mon, 8 Sep 2025 17:19:04 +0200
Subject: [PATCH] fixup!
Created using spr 1.3.8-beta.1
---
llvm/lib/Transforms/Inst
https://github.com/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/157236
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
mtrofin wrote:
> TBH I don't think selects should be validated by profcheck at all, only
> branches.
Some get lowered to branches later on - otherwise, yes, I'd also love to not
worry about them.
https://github.com/llvm/llvm-project/pull/157599
___
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/157047
>From 81d3b6ee82bfa49e4d7b7a03c0785fca4e820894 Mon Sep 17 00:00:00 2001
From: Simon Pilgrim
Date: Wed, 3 Sep 2025 15:01:12 +0100
Subject: [PATCH] [X86] Only fold AND/ANDNP back to VSELECT if we know the
predicated m
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/151647
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Louis Dionne
Date: 2025-09-09T10:33:32+02:00
New Revision: 0bbb93672952ea6d7fa7c06d084a69ffd623d7c8
URL:
https://github.com/llvm/llvm-project/commit/0bbb93672952ea6d7fa7c06d084a69ffd623d7c8
DIFF:
https://github.com/llvm/llvm-project/commit/0bbb93672952ea6d7fa7c06d084a69ffd623d7c8.diff
https://github.com/andreisfr created
https://github.com/llvm/llvm-project/pull/157520
Implement lowering of the SETONE/SETOGT/SETOGE/SETUGT/SETUGE operations. This
fixes f32 "copysign" and "ueq" tests.
>From dddc4b6181658586dcb8b56d9be8bdc4b2dca7ba Mon Sep 17 00:00:00 2001
From: Andrei Safrono
https://github.com/jplehr commented:
I thought that the allocation would be done via the `MemoryManager` thing but I
can be completely wrong.
https://github.com/llvm/llvm-project/pull/157484
___
llvm-branch-commits mailing list
llvm-branch-commits@lis
https://github.com/hubert-reinterpretcast approved this pull request.
LGTM!
https://github.com/llvm/llvm-project/pull/156504
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-br
https://github.com/ergawy edited
https://github.com/llvm/llvm-project/pull/155993
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/usx95 updated
https://github.com/llvm/llvm-project/pull/154009
>From c41c73755ec7863d5fb90e3ff1eb62f0425e374e Mon Sep 17 00:00:00 2001
From: Utkarsh Saxena
Date: Thu, 4 Sep 2025 14:27:37 +
Subject: [PATCH 1/2] all-lvalues-have-origin
>From 9702347310809f432644b76b36668f
@@ -517,6 +517,11 @@ struct GenELF64PluginTy final : public GenericPluginTy {
#endif
}
+ Expected get_memory_info(const void *TgtPtr) override {
jplehr wrote:
```suggestion
Expected getMemoryInfo(const void *TgtPtr) override {
```
https://github.com/llv
@@ -0,0 +1,17 @@
+# RUN: echo "// comment" > %t.input
+# RUN: which llvm-mc | %python %s %t
+
+import subprocess
+import sys
+
+llvm_mc_binary = sys.stdin.readlines()[0].strip()
+temp_file = sys.argv[1]
petrhosek wrote:
Shouldn't this be `sys.argv[2]`? `sys.argv[
13 matches
Mail list logo