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 --
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
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
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.
__
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:
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
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
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
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: