boomanaiden154 wrote:
Bump on this when reviewers have a chance. Thanks!
https://github.com/llvm/llvm-project/pull/74211
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch
boomanaiden154 wrote:
Closed in favor of #74711. Will add the getter as part of #74210.
https://github.com/llvm/llvm-project/pull/74211
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/boomanaiden154 closed
https://github.com/llvm/llvm-project/pull/74211
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/fhahn created https://github.com/llvm/llvm-project/pull/74761
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 * UF applies on
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
llvm-branch-commits@lists.llvm.org
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
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llv
https://github.com/bogner closed https://github.com/llvm/llvm-project/pull/73967
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Gheorghe-Teodor Bercea
Date: 2023-12-07T22:12:18-05:00
New Revision: 0e0ab31f0ab8b3cda2cd8005bdb54be931463405
URL:
https://github.com/llvm/llvm-project/commit/0e0ab31f0ab8b3cda2cd8005bdb54be931463405
DIFF:
https://github.com/llvm/llvm-project/commit/0e0ab31f0ab8b3cda2cd8005bdb54be931463
12 matches
Mail list logo