https://github.com/tstellar reopened
https://github.com/llvm/llvm-project/pull/72317
___
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/tstellar updated
https://github.com/llvm/llvm-project/pull/72317
>From cecf9a5804f597f9518a1adc015f98b064010e6f Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Tue, 14 Nov 2023 14:12:14 -0800
Subject: [PATCH 1/2] XXX: Try to run libclang-abi-tests on Google runners
---
.g
https://github.com/github-actions[bot] closed
https://github.com/llvm/llvm-project/pull/72317
___
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/github-actions[bot] locked
https://github.com/llvm/llvm-project/pull/72317
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
github-actions[bot] wrote:
This repository does not accept pull requests. Please follow
http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution
to LLVM.
https://github.com/llvm/llvm-project/pull/72317
___
llvm-branch-commits mai
https://github.com/tstellar created
https://github.com/llvm/llvm-project/pull/72317
Test pull request to try out self-hosted runners in gcoud.
>From cecf9a5804f597f9518a1adc015f98b064010e6f Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Tue, 14 Nov 2023 14:12:14 -0800
Subject: [PATCH] XXX:
Author: Utkarsh Saxena
Date: 2023-11-14T16:06:21+01:00
New Revision: 1445f344331e145566c9fae801b096e651966460
URL:
https://github.com/llvm/llvm-project/commit/1445f344331e145566c9fae801b096e651966460
DIFF:
https://github.com/llvm/llvm-project/commit/1445f344331e145566c9fae801b096e651966460.diff
@@ -8231,13 +8231,24 @@ VPRecipeBase
*VPRecipeBuilder::tryToWidenMemory(Instruction *I,
bool Consecutive =
Reverse || Decision == LoopVectorizationCostModel::CM_Widen;
+ VPValue *Ptr = isa(I) ? Operands[0] : Operands[1];
+ if (Decision != LoopVectorizationCostModel:
@@ -404,6 +405,49 @@ Value *VPInstruction::generateInstruction(VPTransformState
&State,
Builder.GetInsertBlock()->getTerminator()->eraseFromParent();
return CondBr;
}
+ case VPInstruction::CreateVectorPtr: {
+// Calculate the pointer for the specific unroll-part
@@ -8231,13 +8231,24 @@ VPRecipeBase
*VPRecipeBuilder::tryToWidenMemory(Instruction *I,
bool Consecutive =
Reverse || Decision == LoopVectorizationCostModel::CM_Widen;
+ VPValue *Ptr = isa(I) ? Operands[0] : Operands[1];
+ if (Decision != LoopVectorizationCostModel:
Author: Nikita Popov
Date: 2023-11-14T09:22:31+01:00
New Revision: 12c6ee8fd2046c85ae9693105288fcd749b90733
URL:
https://github.com/llvm/llvm-project/commit/12c6ee8fd2046c85ae9693105288fcd749b90733
DIFF:
https://github.com/llvm/llvm-project/commit/12c6ee8fd2046c85ae9693105288fcd749b90733.diff
Author: Nikita Popov
Date: 2023-11-14T09:22:39+01:00
New Revision: 98bfdac5ce82d1679f8af9a57501471812ab68d7
URL:
https://github.com/llvm/llvm-project/commit/98bfdac5ce82d1679f8af9a57501471812ab68d7
DIFF:
https://github.com/llvm/llvm-project/commit/98bfdac5ce82d1679f8af9a57501471812ab68d7.diff
Author: Jan Kokemüller
Date: 2023-11-14T09:22:23+01:00
New Revision: 0a1274224ef8928507b8e50c19ea25e62a7a3bf3
URL:
https://github.com/llvm/llvm-project/commit/0a1274224ef8928507b8e50c19ea25e62a7a3bf3
DIFF:
https://github.com/llvm/llvm-project/commit/0a1274224ef8928507b8e50c19ea25e62a7a3bf3.diff
Author: antoine moynault
Date: 2023-11-14T09:22:13+01:00
New Revision: 42f8800b720fa4948155fed029200ba6aad01655
URL:
https://github.com/llvm/llvm-project/commit/42f8800b720fa4948155fed029200ba6aad01655
DIFF:
https://github.com/llvm/llvm-project/commit/42f8800b720fa4948155fed029200ba6aad01655.di
Author: Serge Pavlov
Date: 2023-11-14T09:22:13+01:00
New Revision: e666be92b44b65af7e8cee4402a5de4e8f3622f6
URL:
https://github.com/llvm/llvm-project/commit/e666be92b44b65af7e8cee4402a5de4e8f3622f6
DIFF:
https://github.com/llvm/llvm-project/commit/e666be92b44b65af7e8cee4402a5de4e8f3622f6.diff
Author: Serge Pavlov
Date: 2023-11-14T09:22:13+01:00
New Revision: aebee698ef16a4346c669e9f940c6dbf2247b7ef
URL:
https://github.com/llvm/llvm-project/commit/aebee698ef16a4346c669e9f940c6dbf2247b7ef
DIFF:
https://github.com/llvm/llvm-project/commit/aebee698ef16a4346c669e9f940c6dbf2247b7ef.diff
16 matches
Mail list logo