Author: Andres Villegas
Date: 2023-11-27T17:36:09-08:00
New Revision: 8b3944ca19645df13b0800336de2bac77ddb60b0
URL:
https://github.com/llvm/llvm-project/commit/8b3944ca19645df13b0800336de2bac77ddb60b0
DIFF:
https://github.com/llvm/llvm-project/commit/8b3944ca19645df13b0800336de2bac77ddb60b0.dif
Author: Andres Villegas
Date: 2023-11-27T17:36:09-08:00
New Revision: 8b3944ca19645df13b0800336de2bac77ddb60b0
URL:
https://github.com/llvm/llvm-project/commit/8b3944ca19645df13b0800336de2bac77ddb60b0
DIFF:
https://github.com/llvm/llvm-project/commit/8b3944ca19645df13b0800336de2bac77ddb60b0.dif
qcolombet wrote:
I haven't looked closely to the patch, but I share @MatzeB's concerns here.
Essentially this patch is reverting https://reviews.llvm.org/D36160, which was
fixing a modeling issue with LR on ARM to begin with!
https://github.com/llvm/llvm-project/pull/73553
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: Jon Roelofs (jroelofs)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/73685.diff
2 Files Affected:
- (modified) compiler-rt/lib/builtins/cpu_model.c (+76-6)
- (modified) llvm/lib/Target/X86/X86AsmPrinter.cpp (+
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Jon Roelofs (jroelofs)
Changes
Unlike ELF targets, MachO does not support the same kind of dynamic symbol
resolution at load time. Instead, the corresponding MachO feature resolves
symbols lazily on first call.
---
Full diff: https://git
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Jon Roelofs (jroelofs)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/73688.diff
2 Files Affected:
- (modified) clang/include/clang/Basic/TargetInfo.h (+2)
- (modified) clang/test/CodeGen/attr-target-mv-va-args.c (+1
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 802e1c6b0b6e343d97a2549d05e0cb33dec09363
24f8f639f9fb654838b78d8f14a06805e4772628 --
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/73729.diff
3 Files Affected:
- (modified) compiler-rt/lib/msan/msan_interceptors.cpp (+10)
- (modified) compiler-rt/lib/sanitize
Author: Vitaly Buka
Date: 2023-11-28T21:01:09-08:00
New Revision: 79ce1233af3eeac04e1e7f683da267a7005b37aa
URL:
https://github.com/llvm/llvm-project/commit/79ce1233af3eeac04e1e7f683da267a7005b37aa
DIFF:
https://github.com/llvm/llvm-project/commit/79ce1233af3eeac04e1e7f683da267a7005b37aa.diff
L
Author: Felipe de Azevedo Piovezan
Date: 2023-11-27T15:27:58-08:00
New Revision: eae1811e4f0431ea6336e68a38318a55f7529ef6
URL:
https://github.com/llvm/llvm-project/commit/eae1811e4f0431ea6336e68a38318a55f7529ef6
DIFF:
https://github.com/llvm/llvm-project/commit/eae1811e4f0431ea6336e68a38318a55f
Author: Craig Topper
Date: 2023-11-27T15:52:15-08:00
New Revision: b4cf014991bfa144306a1069ca5c1eabbb456ddd
URL:
https://github.com/llvm/llvm-project/commit/b4cf014991bfa144306a1069ca5c1eabbb456ddd
DIFF:
https://github.com/llvm/llvm-project/commit/b4cf014991bfa144306a1069ca5c1eabbb456ddd.diff
Author: Andres Villegas
Date: 2023-11-27T16:32:23-08:00
New Revision: 93a2be26e7cb54331033aad8f306bdbb5ef4b4c4
URL:
https://github.com/llvm/llvm-project/commit/93a2be26e7cb54331033aad8f306bdbb5ef4b4c4
DIFF:
https://github.com/llvm/llvm-project/commit/93a2be26e7cb54331033aad8f306bdbb5ef4b4c4.dif
Author: Max191
Date: 2023-11-27T16:28:22-08:00
New Revision: b823f8469b5364411cde31a215c9bcbe0d3c08f7
URL:
https://github.com/llvm/llvm-project/commit/b823f8469b5364411cde31a215c9bcbe0d3c08f7
DIFF:
https://github.com/llvm/llvm-project/commit/b823f8469b5364411cde31a215c9bcbe0d3c08f7.diff
LOG: [
Author: Jacob Yu
Date: 2023-11-27T19:48:06-05:00
New Revision: 9a7f4bde2489f6529d336998e2c3fe902a1d864a
URL:
https://github.com/llvm/llvm-project/commit/9a7f4bde2489f6529d336998e2c3fe902a1d864a
DIFF:
https://github.com/llvm/llvm-project/commit/9a7f4bde2489f6529d336998e2c3fe902a1d864a.diff
LOG:
Author: Philip Reames
Date: 2023-11-27T16:45:29-08:00
New Revision: 93e156833bfadfbabfa5be2afad4f002c019257f
URL:
https://github.com/llvm/llvm-project/commit/93e156833bfadfbabfa5be2afad4f002c019257f
DIFF:
https://github.com/llvm/llvm-project/commit/93e156833bfadfbabfa5be2afad4f002c019257f.diff
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Graham Hunter (huntergr-arm)
Changes
If we have vectorized variants of a function which take linear parameters, we
should be able to vectorize assuming the strides match.
---
Patch is 26.80 KiB, truncated to 20.00 KiB below, fu
Author: Eric
Date: 2023-11-29T17:34:45-05:00
New Revision: 9ac64abc02c1f4433931cf0323c12663df02b14e
URL:
https://github.com/llvm/llvm-project/commit/9ac64abc02c1f4433931cf0323c12663df02b14e
DIFF:
https://github.com/llvm/llvm-project/commit/9ac64abc02c1f4433931cf0323c12663df02b14e.diff
LOG: [li
Author: William Junda Huang
Date: 2023-11-29T21:48:55Z
New Revision: 68106bd492e294ecf0a7e2829dd9edf6cd72f3ef
URL:
https://github.com/llvm/llvm-project/commit/68106bd492e294ecf0a7e2829dd9edf6cd72f3ef
DIFF:
https://github.com/llvm/llvm-project/commit/68106bd492e294ecf0a7e2829dd9edf6cd72f3ef.diff
Author: madanial0
Date: 2023-11-30T01:35:03-05:00
New Revision: 586986a063ee4b9a7490aac102e103bab121c764
URL:
https://github.com/llvm/llvm-project/commit/586986a063ee4b9a7490aac102e103bab121c764
DIFF:
https://github.com/llvm/llvm-project/commit/586986a063ee4b9a7490aac102e103bab121c764.diff
LOG
Author: cor3ntin
Date: 2023-11-30T08:45:05+01:00
New Revision: 030047c432cac133738be68fa0974f70e69dd58d
URL:
https://github.com/llvm/llvm-project/commit/030047c432cac133738be68fa0974f70e69dd58d
DIFF:
https://github.com/llvm/llvm-project/commit/030047c432cac133738be68fa0974f70e69dd58d.diff
LOG:
Author: Shengchen Kan
Date: 2023-11-30T16:13:51+08:00
New Revision: 511ba45a47d6f9e48ad364181830c9fb974135b2
URL:
https://github.com/llvm/llvm-project/commit/511ba45a47d6f9e48ad364181830c9fb974135b2
DIFF:
https://github.com/llvm/llvm-project/commit/511ba45a47d6f9e48ad364181830c9fb974135b2.diff
Author: Pierre van Houtryve
Date: 2023-11-30T08:26:45+01:00
New Revision: 8a66510fa73c1507c2a58338e180ddb075993a5a
URL:
https://github.com/llvm/llvm-project/commit/8a66510fa73c1507c2a58338e180ddb075993a5a
DIFF:
https://github.com/llvm/llvm-project/commit/8a66510fa73c1507c2a58338e180ddb075993a5a
Author: Rik Huijzer
Date: 2023-11-30T10:11:50+01:00
New Revision: f1fba63f1282a21e6adc5f7732e8583c52792744
URL:
https://github.com/llvm/llvm-project/commit/f1fba63f1282a21e6adc5f7732e8583c52792744
DIFF:
https://github.com/llvm/llvm-project/commit/f1fba63f1282a21e6adc5f7732e8583c52792744.diff
L
Author: wanglei
Date: 2023-11-30T17:29:18+08:00
New Revision: b72456120f1db38ed7068fb592fcf768c6d5cce2
URL:
https://github.com/llvm/llvm-project/commit/b72456120f1db38ed7068fb592fcf768c6d5cce2
DIFF:
https://github.com/llvm/llvm-project/commit/b72456120f1db38ed7068fb592fcf768c6d5cce2.diff
LOG:
Author: Rik Huijzer
Date: 2023-11-30T10:29:50+01:00
New Revision: e9869b57707fc6dd828872a70c2f377cc0061978
URL:
https://github.com/llvm/llvm-project/commit/e9869b57707fc6dd828872a70c2f377cc0061978
DIFF:
https://github.com/llvm/llvm-project/commit/e9869b57707fc6dd828872a70c2f377cc0061978.diff
L
Author: Mariya Podchishchaeva
Date: 2023-11-30T10:46:35+01:00
New Revision: 14ca8d44d0f44ea5125b3c41b66276c902929a54
URL:
https://github.com/llvm/llvm-project/commit/14ca8d44d0f44ea5125b3c41b66276c902929a54
DIFF:
https://github.com/llvm/llvm-project/commit/14ca8d44d0f44ea5125b3c41b66276c902929a
Author: Rik Huijzer
Date: 2023-11-30T10:19:27+01:00
New Revision: ae6eedd27556c32232f4e8be1292ffa0e1f16d90
URL:
https://github.com/llvm/llvm-project/commit/ae6eedd27556c32232f4e8be1292ffa0e1f16d90
DIFF:
https://github.com/llvm/llvm-project/commit/ae6eedd27556c32232f4e8be1292ffa0e1f16d90.diff
L
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Justin Bogner (bogner)
Changes
A few changes to HLSLExternalSemaSource and its BuiltinTypeDeclBuilder
to make defining buffer types less verbose. This will make it a lot
easier to see what the differences between the various buffer types
ar
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Zack Johnson (zacklj89)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/74085.diff
3 Files Affected:
- (modified) compiler-rt/lib/asan/asan_interceptors.cpp (+13-13)
- (modified) compiler-rt/lib/asan/a
Author: Tom Eccles
Date: 2023-12-01T17:56:20Z
New Revision: d72d2e5320e33b558c258eeb872d53e550d70147
URL:
https://github.com/llvm/llvm-project/commit/d72d2e5320e33b558c258eeb872d53e550d70147
DIFF:
https://github.com/llvm/llvm-project/commit/d72d2e5320e33b558c258eeb872d53e550d70147.diff
LOG: Re
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Kirill Stoimenov (kstoimenov)
Changes
This is the failure:
https://lab.llvm.org/buildbot/#/builders/236/builds/7728/steps/10/logs/stdio
This started with eef8e1d206dc01c081a0ca29b7f9e0c39d33446e, but because there
were a couple of
llvmbot wrote:
@llvm/pr-subscribers-mc
Author: Kirill Stoimenov (kstoimenov)
Changes
This is the failure:
https://lab.llvm.org/buildbot/#/builders/236/builds/7728/steps/10/logs/stdio
This started with eef8e1d206dc01c081a0ca29b7f9e0c39d33446e, but because there
were a couple of patches t
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 7ccc4ef55f9a4ebe381a980796e9c63220a48ab2
0f9d6bfadbc6782bf30ad1e70c46f946f73fdc39 --
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/74171.diff
4 Files Affected:
- (modified) compiler-rt/lib/asan/asan_interceptors.cpp (+19-17)
- (modified) compiler-rt/lib/asan/
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/74172.diff
1 Files Affected:
- (modified) compiler-rt/lib/asan/asan_interceptors.cpp (+2-4)
``diff
diff --git a/compil
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/74173.diff
1 Files Affected:
- (modified) compiler-rt/lib/asan/asan_interceptors.cpp (+3-9)
``diff
diff --git a/compil
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/74174.diff
4 Files Affected:
- (modified) compiler-rt/lib/asan/asan_interceptors.cpp (+15-12)
- (modified) compiler-rt/lib/asan/
Author: Kirill Stoimenov
Date: 2023-12-01T19:26:46-08:00
New Revision: ef876c72f3d828055ce58d0f22ec40c7468bc6c1
URL:
https://github.com/llvm/llvm-project/commit/ef876c72f3d828055ce58d0f22ec40c7468bc6c1
DIFF:
https://github.com/llvm/llvm-project/commit/ef876c72f3d828055ce58d0f22ec40c7468bc6c1.di
llvmbot wrote:
@llvm/pr-subscribers-tools-llvm-exegesis
Author: Aiden Grossman (boomanaiden154)
Changes
This patch adjust the runConfiguration function to allow passing a parameter to
force returning SnippetCrashes as errors rather than serializing them as
strings in the returned Benchma
Author: Joseph Huber
Date: 2023-11-30T15:35:33-06:00
New Revision: e1395c7bdbe74b632ba7fbd90e2be2b4d82ee09e
URL:
https://github.com/llvm/llvm-project/commit/e1395c7bdbe74b632ba7fbd90e2be2b4d82ee09e
DIFF:
https://github.com/llvm/llvm-project/commit/e1395c7bdbe74b632ba7fbd90e2be2b4d82ee09e.diff
Author: Teresa Johnson
Date: 2023-11-30T13:36:14-08:00
New Revision: 83aa7250fbc6cc5fe253f4bb7ae7b8561adeff5a
URL:
https://github.com/llvm/llvm-project/commit/83aa7250fbc6cc5fe253f4bb7ae7b8561adeff5a
DIFF:
https://github.com/llvm/llvm-project/commit/83aa7250fbc6cc5fe253f4bb7ae7b8561adeff5a.diff
Author: Jeffrey Byrnes
Date: 2023-11-30T13:38:05-08:00
New Revision: 1b02f594b337618e2e5808a33620eeac19d10e06
URL:
https://github.com/llvm/llvm-project/commit/1b02f594b337618e2e5808a33620eeac19d10e06
DIFF:
https://github.com/llvm/llvm-project/commit/1b02f594b337618e2e5808a33620eeac19d10e06.diff
Author: Peter Klausler
Date: 2023-11-30T13:35:07-08:00
New Revision: a4745ff99bec927efdc726fa902e30d589e70761
URL:
https://github.com/llvm/llvm-project/commit/a4745ff99bec927efdc726fa902e30d589e70761
DIFF:
https://github.com/llvm/llvm-project/commit/a4745ff99bec927efdc726fa902e30d589e70761.diff
Author: Johannes Doerfert
Date: 2023-11-30T13:47:47-08:00
New Revision: fce4c0acd6db4bd8598db7eb471ccca60dc05406
URL:
https://github.com/llvm/llvm-project/commit/fce4c0acd6db4bd8598db7eb471ccca60dc05406
DIFF:
https://github.com/llvm/llvm-project/commit/fce4c0acd6db4bd8598db7eb471ccca60dc05406.d
Author: Joseph Huber
Date: 2023-11-30T15:48:39-06:00
New Revision: 0ec4b82cfddbe0c7c7eb4b3486f55139f56d5f16
URL:
https://github.com/llvm/llvm-project/commit/0ec4b82cfddbe0c7c7eb4b3486f55139f56d5f16
DIFF:
https://github.com/llvm/llvm-project/commit/0ec4b82cfddbe0c7c7eb4b3486f55139f56d5f16.diff
Author: Stephan T. Lavavej
Date: 2023-11-30T13:54:52-08:00
New Revision: 4e2216e184a2ba4b9e7e40b3cfa11e0c516a6ed6
URL:
https://github.com/llvm/llvm-project/commit/4e2216e184a2ba4b9e7e40b3cfa11e0c516a6ed6
DIFF:
https://github.com/llvm/llvm-project/commit/4e2216e184a2ba4b9e7e40b3cfa11e0c516a6ed6.
Author: Johannes Doerfert
Date: 2023-11-30T14:16:34-08:00
New Revision: b80b5f180ba64c2d6d9753ce8b310f1759eb2884
URL:
https://github.com/llvm/llvm-project/commit/b80b5f180ba64c2d6d9753ce8b310f1759eb2884
DIFF:
https://github.com/llvm/llvm-project/commit/b80b5f180ba64c2d6d9753ce8b310f1759eb2884.d
Author: Aart Bik
Date: 2023-11-30T14:19:02-08:00
New Revision: 6fb7c2d713587a061cd281eda917746750559380
URL:
https://github.com/llvm/llvm-project/commit/6fb7c2d713587a061cd281eda917746750559380
DIFF:
https://github.com/llvm/llvm-project/commit/6fb7c2d713587a061cd281eda917746750559380.diff
LOG:
Author: Valentin Clement (バレンタイン クレメン)
Date: 2023-11-30T14:25:03-08:00
New Revision: a9a5af82704d772509ccef87991384f47b65884d
URL:
https://github.com/llvm/llvm-project/commit/a9a5af82704d772509ccef87991384f47b65884d
DIFF:
https://github.com/llvm/llvm-project/commit/a9a5af82704d772509ccef8799138
Author: martinboehme
Date: 2023-12-04T11:27:14+01:00
New Revision: 8e476a4944f7ff27b289620740b1d23aa9c57c88
URL:
https://github.com/llvm/llvm-project/commit/8e476a4944f7ff27b289620740b1d23aa9c57c88
DIFF:
https://github.com/llvm/llvm-project/commit/8e476a4944f7ff27b289620740b1d23aa9c57c88.diff
Author: Thomas Raoux
Date: 2023-12-01T21:28:21-08:00
New Revision: 19e068b048591feb8fa66b164669c753090dfd3a
URL:
https://github.com/llvm/llvm-project/commit/19e068b048591feb8fa66b164669c753090dfd3a
DIFF:
https://github.com/llvm/llvm-project/commit/19e068b048591feb8fa66b164669c753090dfd3a.diff
Author: wanglei
Date: 2023-12-02T14:25:17+08:00
New Revision: 66a3e4fafb6eae19764f8a192ca3a116c0554211
URL:
https://github.com/llvm/llvm-project/commit/66a3e4fafb6eae19764f8a192ca3a116c0554211
DIFF:
https://github.com/llvm/llvm-project/commit/66a3e4fafb6eae19764f8a192ca3a116c0554211.diff
LOG:
Author: wanglei
Date: 2023-12-02T17:13:36+08:00
New Revision: 07cec73dcd095035257eec1f213d273b10988130
URL:
https://github.com/llvm/llvm-project/commit/07cec73dcd095035257eec1f213d273b10988130
DIFF:
https://github.com/llvm/llvm-project/commit/07cec73dcd095035257eec1f213d273b10988130.diff
LOG:
Author: wanglei
Date: 2023-12-02T17:17:48+08:00
New Revision: 63e6bba0c322b6c07a4c66f09e6fd84e786248e6
URL:
https://github.com/llvm/llvm-project/commit/63e6bba0c322b6c07a4c66f09e6fd84e786248e6
DIFF:
https://github.com/llvm/llvm-project/commit/63e6bba0c322b6c07a4c66f09e6fd84e786248e6.diff
LOG:
Author: Momchil Velikov
Date: 2023-12-02T10:09:41Z
New Revision: b1806e6a1f0589acc88499419531c4eb82488f1a
URL:
https://github.com/llvm/llvm-project/commit/b1806e6a1f0589acc88499419531c4eb82488f1a
DIFF:
https://github.com/llvm/llvm-project/commit/b1806e6a1f0589acc88499419531c4eb82488f1a.diff
LO
Author: Brad Smith
Date: 2023-12-02T05:15:30-05:00
New Revision: 37da4e3d80d7136121e74e2b8d23afb14ae7ab69
URL:
https://github.com/llvm/llvm-project/commit/37da4e3d80d7136121e74e2b8d23afb14ae7ab69
DIFF:
https://github.com/llvm/llvm-project/commit/37da4e3d80d7136121e74e2b8d23afb14ae7ab69.diff
LO
Author: Jacek Caban
Date: 2023-12-02T13:09:51+01:00
New Revision: 708158529b82007a34d623ba6f52d641c43b3416
URL:
https://github.com/llvm/llvm-project/commit/708158529b82007a34d623ba6f52d641c43b3416
DIFF:
https://github.com/llvm/llvm-project/commit/708158529b82007a34d623ba6f52d641c43b3416.diff
L
Author: Spenser Bauman
Date: 2023-12-02T12:29:10Z
New Revision: 293c21db9381fde27cda46e5c3ff8bf8578e5399
URL:
https://github.com/llvm/llvm-project/commit/293c21db9381fde27cda46e5c3ff8bf8578e5399
DIFF:
https://github.com/llvm/llvm-project/commit/293c21db9381fde27cda46e5c3ff8bf8578e5399.diff
LOG
Author: wanglei
Date: 2023-12-02T17:22:40+08:00
New Revision: a60a5421b60be1bce0272385fa16846ada5eed5e
URL:
https://github.com/llvm/llvm-project/commit/a60a5421b60be1bce0272385fa16846ada5eed5e
DIFF:
https://github.com/llvm/llvm-project/commit/a60a5421b60be1bce0272385fa16846ada5eed5e.diff
LOG:
Author: Shengchen Kan
Date: 2023-12-02T22:43:02+08:00
New Revision: 68d6fe508ce1fb2a70220975036d267f564fe54d
URL:
https://github.com/llvm/llvm-project/commit/68d6fe508ce1fb2a70220975036d267f564fe54d
DIFF:
https://github.com/llvm/llvm-project/commit/68d6fe508ce1fb2a70220975036d267f564fe54d.diff
Author: Thomas Raoux
Date: 2023-12-01T21:28:21-08:00
New Revision: 19e068b048591feb8fa66b164669c753090dfd3a
URL:
https://github.com/llvm/llvm-project/commit/19e068b048591feb8fa66b164669c753090dfd3a
DIFF:
https://github.com/llvm/llvm-project/commit/19e068b048591feb8fa66b164669c753090dfd3a.diff
Author: wanglei
Date: 2023-12-02T14:25:17+08:00
New Revision: 66a3e4fafb6eae19764f8a192ca3a116c0554211
URL:
https://github.com/llvm/llvm-project/commit/66a3e4fafb6eae19764f8a192ca3a116c0554211
DIFF:
https://github.com/llvm/llvm-project/commit/66a3e4fafb6eae19764f8a192ca3a116c0554211.diff
LOG:
Author: Thomas Raoux
Date: 2023-12-01T21:28:21-08:00
New Revision: 19e068b048591feb8fa66b164669c753090dfd3a
URL:
https://github.com/llvm/llvm-project/commit/19e068b048591feb8fa66b164669c753090dfd3a
DIFF:
https://github.com/llvm/llvm-project/commit/19e068b048591feb8fa66b164669c753090dfd3a.diff
Author: wanglei
Date: 2023-12-02T14:25:17+08:00
New Revision: 66a3e4fafb6eae19764f8a192ca3a116c0554211
URL:
https://github.com/llvm/llvm-project/commit/66a3e4fafb6eae19764f8a192ca3a116c0554211
DIFF:
https://github.com/llvm/llvm-project/commit/66a3e4fafb6eae19764f8a192ca3a116c0554211.diff
LOG:
Author: wanglei
Date: 2023-12-02T17:13:36+08:00
New Revision: 07cec73dcd095035257eec1f213d273b10988130
URL:
https://github.com/llvm/llvm-project/commit/07cec73dcd095035257eec1f213d273b10988130
DIFF:
https://github.com/llvm/llvm-project/commit/07cec73dcd095035257eec1f213d273b10988130.diff
LOG:
Author: Thomas Raoux
Date: 2023-12-01T21:28:21-08:00
New Revision: 19e068b048591feb8fa66b164669c753090dfd3a
URL:
https://github.com/llvm/llvm-project/commit/19e068b048591feb8fa66b164669c753090dfd3a
DIFF:
https://github.com/llvm/llvm-project/commit/19e068b048591feb8fa66b164669c753090dfd3a.diff
Author: wanglei
Date: 2023-12-02T14:25:17+08:00
New Revision: 66a3e4fafb6eae19764f8a192ca3a116c0554211
URL:
https://github.com/llvm/llvm-project/commit/66a3e4fafb6eae19764f8a192ca3a116c0554211
DIFF:
https://github.com/llvm/llvm-project/commit/66a3e4fafb6eae19764f8a192ca3a116c0554211.diff
LOG:
Author: wanglei
Date: 2023-12-02T17:17:48+08:00
New Revision: 63e6bba0c322b6c07a4c66f09e6fd84e786248e6
URL:
https://github.com/llvm/llvm-project/commit/63e6bba0c322b6c07a4c66f09e6fd84e786248e6
DIFF:
https://github.com/llvm/llvm-project/commit/63e6bba0c322b6c07a4c66f09e6fd84e786248e6.diff
LOG:
Author: wanglei
Date: 2023-12-02T17:22:40+08:00
New Revision: a60a5421b60be1bce0272385fa16846ada5eed5e
URL:
https://github.com/llvm/llvm-project/commit/a60a5421b60be1bce0272385fa16846ada5eed5e
DIFF:
https://github.com/llvm/llvm-project/commit/a60a5421b60be1bce0272385fa16846ada5eed5e.diff
LOG:
Author: wanglei
Date: 2023-12-02T17:13:36+08:00
New Revision: 07cec73dcd095035257eec1f213d273b10988130
URL:
https://github.com/llvm/llvm-project/commit/07cec73dcd095035257eec1f213d273b10988130
DIFF:
https://github.com/llvm/llvm-project/commit/07cec73dcd095035257eec1f213d273b10988130.diff
LOG:
Author: wanglei
Date: 2023-12-02T17:17:48+08:00
New Revision: 63e6bba0c322b6c07a4c66f09e6fd84e786248e6
URL:
https://github.com/llvm/llvm-project/commit/63e6bba0c322b6c07a4c66f09e6fd84e786248e6
DIFF:
https://github.com/llvm/llvm-project/commit/63e6bba0c322b6c07a4c66f09e6fd84e786248e6.diff
LOG:
Author: Momchil Velikov
Date: 2023-12-02T10:09:41Z
New Revision: b1806e6a1f0589acc88499419531c4eb82488f1a
URL:
https://github.com/llvm/llvm-project/commit/b1806e6a1f0589acc88499419531c4eb82488f1a
DIFF:
https://github.com/llvm/llvm-project/commit/b1806e6a1f0589acc88499419531c4eb82488f1a.diff
LO
Author: wanglei
Date: 2023-12-02T17:13:36+08:00
New Revision: 07cec73dcd095035257eec1f213d273b10988130
URL:
https://github.com/llvm/llvm-project/commit/07cec73dcd095035257eec1f213d273b10988130
DIFF:
https://github.com/llvm/llvm-project/commit/07cec73dcd095035257eec1f213d273b10988130.diff
LOG:
Author: Brad Smith
Date: 2023-12-02T05:15:30-05:00
New Revision: 37da4e3d80d7136121e74e2b8d23afb14ae7ab69
URL:
https://github.com/llvm/llvm-project/commit/37da4e3d80d7136121e74e2b8d23afb14ae7ab69
DIFF:
https://github.com/llvm/llvm-project/commit/37da4e3d80d7136121e74e2b8d23afb14ae7ab69.diff
LO
Author: wanglei
Date: 2023-12-02T17:22:40+08:00
New Revision: a60a5421b60be1bce0272385fa16846ada5eed5e
URL:
https://github.com/llvm/llvm-project/commit/a60a5421b60be1bce0272385fa16846ada5eed5e
DIFF:
https://github.com/llvm/llvm-project/commit/a60a5421b60be1bce0272385fa16846ada5eed5e.diff
LOG:
Author: wanglei
Date: 2023-12-02T17:17:48+08:00
New Revision: 63e6bba0c322b6c07a4c66f09e6fd84e786248e6
URL:
https://github.com/llvm/llvm-project/commit/63e6bba0c322b6c07a4c66f09e6fd84e786248e6
DIFF:
https://github.com/llvm/llvm-project/commit/63e6bba0c322b6c07a4c66f09e6fd84e786248e6.diff
LOG:
Author: Momchil Velikov
Date: 2023-12-02T10:09:41Z
New Revision: b1806e6a1f0589acc88499419531c4eb82488f1a
URL:
https://github.com/llvm/llvm-project/commit/b1806e6a1f0589acc88499419531c4eb82488f1a
DIFF:
https://github.com/llvm/llvm-project/commit/b1806e6a1f0589acc88499419531c4eb82488f1a.diff
LO
Author: wanglei
Date: 2023-12-02T17:22:40+08:00
New Revision: a60a5421b60be1bce0272385fa16846ada5eed5e
URL:
https://github.com/llvm/llvm-project/commit/a60a5421b60be1bce0272385fa16846ada5eed5e
DIFF:
https://github.com/llvm/llvm-project/commit/a60a5421b60be1bce0272385fa16846ada5eed5e.diff
LOG:
Author: Momchil Velikov
Date: 2023-12-02T10:09:41Z
New Revision: b1806e6a1f0589acc88499419531c4eb82488f1a
URL:
https://github.com/llvm/llvm-project/commit/b1806e6a1f0589acc88499419531c4eb82488f1a
DIFF:
https://github.com/llvm/llvm-project/commit/b1806e6a1f0589acc88499419531c4eb82488f1a.diff
LO
Author: Brad Smith
Date: 2023-12-02T05:15:30-05:00
New Revision: 37da4e3d80d7136121e74e2b8d23afb14ae7ab69
URL:
https://github.com/llvm/llvm-project/commit/37da4e3d80d7136121e74e2b8d23afb14ae7ab69
DIFF:
https://github.com/llvm/llvm-project/commit/37da4e3d80d7136121e74e2b8d23afb14ae7ab69.diff
LO
Author: Nick Desaulniers
Date: 2023-12-04T11:08:59-08:00
New Revision: 606653091d1a66d1a83a1bfdea2883cc8d46687e
URL:
https://github.com/llvm/llvm-project/commit/606653091d1a66d1a83a1bfdea2883cc8d46687e
DIFF:
https://github.com/llvm/llvm-project/commit/606653091d1a66d1a83a1bfdea2883cc8d46687e.di
Author: Petr Hosek
Date: 2023-12-04T11:02:03-08:00
New Revision: c33e5d59e5dd4f54c3f4cc00d1bedaf644fdb694
URL:
https://github.com/llvm/llvm-project/commit/c33e5d59e5dd4f54c3f4cc00d1bedaf644fdb694
DIFF:
https://github.com/llvm/llvm-project/commit/c33e5d59e5dd4f54c3f4cc00d1bedaf644fdb694.diff
LO
Author: Vitaly Buka
Date: 2023-12-04T11:10:18-08:00
New Revision: 5aa2f8c98cd7b05e4cb8b6c74db08cf417c2a1a6
URL:
https://github.com/llvm/llvm-project/commit/5aa2f8c98cd7b05e4cb8b6c74db08cf417c2a1a6
DIFF:
https://github.com/llvm/llvm-project/commit/5aa2f8c98cd7b05e4cb8b6c74db08cf417c2a1a6.diff
L
Author: Petr Hosek
Date: 2023-12-04T11:02:03-08:00
New Revision: c33e5d59e5dd4f54c3f4cc00d1bedaf644fdb694
URL:
https://github.com/llvm/llvm-project/commit/c33e5d59e5dd4f54c3f4cc00d1bedaf644fdb694
DIFF:
https://github.com/llvm/llvm-project/commit/c33e5d59e5dd4f54c3f4cc00d1bedaf644fdb694.diff
LO
Author: Nick Desaulniers
Date: 2023-12-04T11:08:59-08:00
New Revision: 606653091d1a66d1a83a1bfdea2883cc8d46687e
URL:
https://github.com/llvm/llvm-project/commit/606653091d1a66d1a83a1bfdea2883cc8d46687e
DIFF:
https://github.com/llvm/llvm-project/commit/606653091d1a66d1a83a1bfdea2883cc8d46687e.di
Author: Vitaly Buka
Date: 2023-12-04T11:10:18-08:00
New Revision: 5aa2f8c98cd7b05e4cb8b6c74db08cf417c2a1a6
URL:
https://github.com/llvm/llvm-project/commit/5aa2f8c98cd7b05e4cb8b6c74db08cf417c2a1a6
DIFF:
https://github.com/llvm/llvm-project/commit/5aa2f8c98cd7b05e4cb8b6c74db08cf417c2a1a6.diff
L
Author: Petr Hosek
Date: 2023-12-04T11:02:03-08:00
New Revision: c33e5d59e5dd4f54c3f4cc00d1bedaf644fdb694
URL:
https://github.com/llvm/llvm-project/commit/c33e5d59e5dd4f54c3f4cc00d1bedaf644fdb694
DIFF:
https://github.com/llvm/llvm-project/commit/c33e5d59e5dd4f54c3f4cc00d1bedaf644fdb694.diff
LO
Author: Nick Desaulniers
Date: 2023-12-04T11:08:59-08:00
New Revision: 606653091d1a66d1a83a1bfdea2883cc8d46687e
URL:
https://github.com/llvm/llvm-project/commit/606653091d1a66d1a83a1bfdea2883cc8d46687e
DIFF:
https://github.com/llvm/llvm-project/commit/606653091d1a66d1a83a1bfdea2883cc8d46687e.di
Author: Vitaly Buka
Date: 2023-12-04T11:10:18-08:00
New Revision: 5aa2f8c98cd7b05e4cb8b6c74db08cf417c2a1a6
URL:
https://github.com/llvm/llvm-project/commit/5aa2f8c98cd7b05e4cb8b6c74db08cf417c2a1a6
DIFF:
https://github.com/llvm/llvm-project/commit/5aa2f8c98cd7b05e4cb8b6c74db08cf417c2a1a6.diff
L
Author: Craig Topper
Date: 2023-12-04T11:11:37-08:00
New Revision: 5bc391a7c96a58929794ec1dc664b966c0a03d09
URL:
https://github.com/llvm/llvm-project/commit/5bc391a7c96a58929794ec1dc664b966c0a03d09
DIFF:
https://github.com/llvm/llvm-project/commit/5bc391a7c96a58929794ec1dc664b966c0a03d09.diff
Author: Craig Topper
Date: 2023-12-04T11:11:37-08:00
New Revision: 5bc391a7c96a58929794ec1dc664b966c0a03d09
URL:
https://github.com/llvm/llvm-project/commit/5bc391a7c96a58929794ec1dc664b966c0a03d09
DIFF:
https://github.com/llvm/llvm-project/commit/5bc391a7c96a58929794ec1dc664b966c0a03d09.diff
Author: Guillaume Chatelet
Date: 2023-12-05T11:24:38+01:00
New Revision: 4fdb9338fbe534521d9e79035561d9ca9db399c6
URL:
https://github.com/llvm/llvm-project/commit/4fdb9338fbe534521d9e79035561d9ca9db399c6
DIFF:
https://github.com/llvm/llvm-project/commit/4fdb9338fbe534521d9e79035561d9ca9db399c6.
Author: Johannes Doerfert
Date: 2023-12-06T16:00:30-08:00
New Revision: 57dd853fd39a76a5c3211fb3c64ed915934f257b
URL:
https://github.com/llvm/llvm-project/commit/57dd853fd39a76a5c3211fb3c64ed915934f257b
DIFF:
https://github.com/llvm/llvm-project/commit/57dd853fd39a76a5c3211fb3c64ed915934f257b.d
Author: Esme
Date: 2023-12-07T14:47:56+08:00
New Revision: 662487d74653206942f261e6ffb87cfde104f382
URL:
https://github.com/llvm/llvm-project/commit/662487d74653206942f261e6ffb87cfde104f382
DIFF:
https://github.com/llvm/llvm-project/commit/662487d74653206942f261e6ffb87cfde104f382.diff
LOG: Rev
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
Author: Florian Hahn (fhahn)
Changes
This patch starts initial modeling of runtime VF * UF in VPlan.
Initially, introduce a dedicated RuntimeVFxUF VPValue, which is then
populated during VPlan::prepareToExecute. Initially, the runtime
VF *
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 f7aef976460187cf1c851e359f3fe46ab0ba6527
9421037da2ec22ec345216e5b8f3c3108926adbe --
@@ -1168,13 +1166,26 @@ class VPInstruction : public VPRecipeWithIRFlags,
public VPValue {
return false;
case VPInstruction::ActiveLaneMask:
case VPInstruction::CalculateTripCountMinusVF:
-case VPInstruction::CanonicalIVIncrement:
case VPInstruction::Can
https://github.com/ayalz edited https://github.com/llvm/llvm-project/pull/74761
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -2624,6 +2644,9 @@ class VPlan {
/// The vector trip count.
VPValue &getVectorTripCount() { return VectorTripCount; }
+ /// Returns runtime VF * UF for the vector loop region.
ayalz wrote:
```suggestion
/// Returns the VF * UF of the vector loop reg
https://github.com/ayalz approved this pull request.
LGTM, couple of minor nits.
https://github.com/llvm/llvm-project/pull/74761
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llv
3601 - 3700 of 62376 matches
Mail list logo