[llvm-branch-commits] [llvm] XXX: Try to run libclang-abi-tests on Google runners (PR #72317)

2023-11-14 Thread Tom Stellard via llvm-branch-commits
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

[llvm-branch-commits] [llvm] XXX: Try to run libclang-abi-tests on Google runners (PR #72317)

2023-11-14 Thread Tom Stellard via 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

[llvm-branch-commits] [llvm] XXX: Try to run libclang-abi-tests on Google runners (PR #72317)

2023-11-14 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] XXX: Try to run libclang-abi-tests on Google runners (PR #72317)

2023-11-14 Thread via 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

[llvm-branch-commits] [llvm] XXX: Try to run libclang-abi-tests on Google runners (PR #72317)

2023-11-14 Thread via 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

[llvm-branch-commits] [llvm] XXX: Try to run libclang-abi-tests on Google runners (PR #72317)

2023-11-14 Thread Tom Stellard via llvm-branch-commits
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:

[llvm-branch-commits] [llvm] 1445f34 - Revert "[STLExtras] Remove incorrect hack to make indexed_accessor_range operator== compatible with C++20 (#72220)"

2023-11-14 Thread via llvm-branch-commits
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

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

2023-11-14 Thread Alexey Bataev via llvm-branch-commits
@@ -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:

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

2023-11-14 Thread Alexey Bataev via llvm-branch-commits
@@ -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

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

2023-11-14 Thread Alexey Bataev via llvm-branch-commits
@@ -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:

[llvm-branch-commits] [llvm] 12c6ee8 - [GlobalOpt] Cache whether CC is changeable (#71381)

2023-11-14 Thread Tobias Hieta via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 98bfdac - [BranchFolding] Remove dubious assert from operator< (#71639)

2023-11-14 Thread Tobias Hieta via llvm-branch-commits
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

[llvm-branch-commits] [libcxx] 0a12742 - [libc++] Fix UB in related to "has value" flag (#68552) (#68733)

2023-11-14 Thread Tobias Hieta via llvm-branch-commits
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

[llvm-branch-commits] [clang] 42f8800 - [clang] fix test PR69717.cpp (#72134)

2023-11-14 Thread Tobias Hieta via llvm-branch-commits
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

[llvm-branch-commits] [clang] e666be9 - [clang] Run test on x86 only

2023-11-14 Thread Tobias Hieta via llvm-branch-commits
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

[llvm-branch-commits] [clang] aebee69 - [clang] Do not clear FP pragma stack when instantiating functions (#70646)

2023-11-14 Thread Tobias Hieta via llvm-branch-commits
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