[llvm-branch-commits] [llvm] [VPlan] Model address separately. (PR #72164)

2023-11-13 Thread via llvm-branch-commits
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 d6bceb589aa2ac28f69a691c4b334a7500b91e8a 16968a03c9cdcb67e0f18c038eb0db8052172bca --

[llvm-branch-commits] [llvm] [VPlan] Model address separately. (PR #72164)

2023-11-13 Thread Florian Hahn via llvm-branch-commits
fhahn wrote: Note that this patch depends on #72163 https://github.com/llvm/llvm-project/pull/72164 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [VPlan] Model address separately. (PR #72164)

2023-11-13 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-risc-v @llvm/pr-subscribers-llvm-transforms Author: Florian Hahn (fhahn) Changes Move vector pointer generation to a separate VPInstruction opcode. This untangles address computation from the memory recipes future and is also needed to enable exp

[llvm-branch-commits] [llvm] [VPlan] Model address separately. (PR #72164)

2023-11-13 Thread Florian Hahn via llvm-branch-commits
https://github.com/fhahn created https://github.com/llvm/llvm-project/pull/72164 Move vector pointer generation to a separate VPInstruction opcode. This untangles address computation from the memory recipes future and is also needed to enable explicit unrolling in VPlan. __

[llvm-branch-commits] [llvm] 035b334 - [𝘀𝗽𝗿] initial version

2023-11-13 Thread Florian Hahn via llvm-branch-commits
Author: Florian Hahn Date: 2023-11-13T22:06:01Z New Revision: 035b334598b4375d4b0682a5ced3f58fcd5a2302 URL: https://github.com/llvm/llvm-project/commit/035b334598b4375d4b0682a5ced3f58fcd5a2302 DIFF: https://github.com/llvm/llvm-project/commit/035b334598b4375d4b0682a5ced3f58fcd5a2302.diff LOG:

[llvm-branch-commits] [llvm] 529aa6e - [SLP]Fix PR70004: Do not change insert point for reduction gather nodes.

2023-11-13 Thread Tobias Hieta via llvm-branch-commits
Author: Alexey Bataev Date: 2023-11-13T12:11:12+01:00 New Revision: 529aa6eadb27257130cdf7b9e55ca522644ce32f URL: https://github.com/llvm/llvm-project/commit/529aa6eadb27257130cdf7b9e55ca522644ce32f DIFF: https://github.com/llvm/llvm-project/commit/529aa6eadb27257130cdf7b9e55ca522644ce32f.diff

[llvm-branch-commits] [llvm] 69b3baf - [DAG] WidenVectorOperand - add basic handling for *_EXTEND_VECTOR_INREG nodes

2023-11-13 Thread Tobias Hieta via llvm-branch-commits
Author: Simon Pilgrim Date: 2023-11-13T11:05:25+01:00 New Revision: 69b3baf9b87eabfa307d8f74f7d0eea9df28cd5a URL: https://github.com/llvm/llvm-project/commit/69b3baf9b87eabfa307d8f74f7d0eea9df28cd5a DIFF: https://github.com/llvm/llvm-project/commit/69b3baf9b87eabfa307d8f74f7d0eea9df28cd5a.diff

[llvm-branch-commits] [llvm] e7dc53b - [Mips] In LowerShift*Parts, xor with bits-1 instead of -1. (#71149)

2023-11-13 Thread Tobias Hieta via llvm-branch-commits
Author: Craig Topper Date: 2023-11-13T10:50:48+01:00 New Revision: e7dc53b94212b2a65f9fb995fd3e0f9a2d192fdc URL: https://github.com/llvm/llvm-project/commit/e7dc53b94212b2a65f9fb995fd3e0f9a2d192fdc DIFF: https://github.com/llvm/llvm-project/commit/e7dc53b94212b2a65f9fb995fd3e0f9a2d192fdc.diff

[llvm-branch-commits] [clang] a6cbdae - [clang-format] Correctly annotate keyword operator function name (#66904)

2023-11-13 Thread Tobias Hieta via llvm-branch-commits
Author: Owen Pan Date: 2023-11-13T10:50:34+01:00 New Revision: a6cbdae98272ac60bca67e10c9c447f3576a URL: https://github.com/llvm/llvm-project/commit/a6cbdae98272ac60bca67e10c9c447f3576a DIFF: https://github.com/llvm/llvm-project/commit/a6cbdae98272ac60bca67e10c9c447f3576a.diff LOG: