[llvm-branch-commits] [flang] 6aee9fb - Revert "[flang][OpenMP] Add semantic check for declare target (#71861)"

2023-11-16 Thread via llvm-branch-commits
Author: Shraiysh Date: 2023-11-16T19:17:41-06:00 New Revision: 6aee9fb123fbad237a6146893a14f82f26b8c71f URL: https://github.com/llvm/llvm-project/commit/6aee9fb123fbad237a6146893a14f82f26b8c71f DIFF: https://github.com/llvm/llvm-project/commit/6aee9fb123fbad237a6146893a14f82f26b8c71f.diff LOG:

[llvm-branch-commits] [libcxx] [clang] [compiler-rt] [llvm] eliminate python SyntaxWarnings from check-all output. (PR #72541)

2023-11-16 Thread Louis Dionne via llvm-branch-commits
ldionne wrote: I think this might have been auto-closed cause the `release/17.x` branch still has the guards in place before the Github PR transition. If this change landed on `main` and is intended to be cherry-picked to the 17 releases, please follow the process here: https://llvm.org/docs/

[llvm-branch-commits] [llvm] [Passes] Disable code sinking in InstCombine early on. (PR #72567)

2023-11-16 Thread Florian Hahn via llvm-branch-commits
fhahn wrote: The reason for keeping the original `EnableCodeSinking` option is to retain the ability to disable code sinking from the command line https://github.com/llvm/llvm-project/pull/72567 ___ llvm-branch-commits mailing list llvm-branch-commits

[llvm-branch-commits] [llvm] [Passes] Disable code sinking in InstCombine early on. (PR #72567)

2023-11-16 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-transforms Author: Florian Hahn (fhahn) Changes Sinking instructions very early in the pipeline destroys dereferenceability information, that could be used by other passes, e.g. this can prevent if-conversion by SimplifyCFG. --- Full diff: https:/

[llvm-branch-commits] [llvm] [Passes] Disable code sinking in InstCombine early on. (PR #72567)

2023-11-16 Thread Florian Hahn via llvm-branch-commits
https://github.com/fhahn created https://github.com/llvm/llvm-project/pull/72567 Sinking instructions very early in the pipeline destroys dereferenceability information, that could be used by other passes, e.g. this can prevent if-conversion by SimplifyCFG.

[llvm-branch-commits] [llvm] 267d656 - [𝘀𝗽𝗿] initial version

2023-11-16 Thread Florian Hahn via llvm-branch-commits
Author: Florian Hahn Date: 2023-11-16T20:49:01Z New Revision: 267d656ea58a77622dc512093bf64f50e4a04b95 URL: https://github.com/llvm/llvm-project/commit/267d656ea58a77622dc512093bf64f50e4a04b95 DIFF: https://github.com/llvm/llvm-project/commit/267d656ea58a77622dc512093bf64f50e4a04b95.diff LOG:

[llvm-branch-commits] [llvm] e8304de - [𝘀𝗽𝗿] initial version

2023-11-16 Thread Florian Hahn via llvm-branch-commits
Author: Florian Hahn Date: 2023-11-16T20:48:54Z New Revision: e8304de86f59fa66bc8af03b401b0c4d28f2ac97 URL: https://github.com/llvm/llvm-project/commit/e8304de86f59fa66bc8af03b401b0c4d28f2ac97 DIFF: https://github.com/llvm/llvm-project/commit/e8304de86f59fa66bc8af03b401b0c4d28f2ac97.diff LOG:

[llvm-branch-commits] [compiler-rt] [clang] [llvm] [libcxx] eliminate python SyntaxWarnings from check-all output. (PR #72541)

2023-11-16 Thread via llvm-branch-commits
https://github.com/github-actions[bot] locked https://github.com/llvm/llvm-project/pull/72541 ___ 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] [clang] [libcxx] [compiler-rt] eliminate python SyntaxWarnings from check-all output. (PR #72541)

2023-11-16 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/72541 ___ llvm-branch-commits mai

[llvm-branch-commits] [llvm] [compiler-rt] [libcxx] [clang] eliminate python SyntaxWarnings from check-all output. (PR #72541)

2023-11-16 Thread via llvm-branch-commits
https://github.com/github-actions[bot] closed https://github.com/llvm/llvm-project/pull/72541 ___ 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] [clang] [libcxx] [compiler-rt] eliminate python SyntaxWarnings from check-all output. (PR #72541)

2023-11-16 Thread Georgios Eleftheriou via llvm-branch-commits
https://github.com/eleftg created https://github.com/llvm/llvm-project/pull/72541 Such as: ``` src_dir/clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py:28: SyntaxWarning: invalid escape sequence '\*'self.implementationContent += """ src_dir/llvm/utils/lit/lit/TestRunner.py:205: SyntaxWa

[llvm-branch-commits] [llvm] [compiler-rt] [clang] [libcxx] fix python syntax warnings from check-all output (PR #72534)

2023-11-16 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/72534 ___ llvm-branch-commits mai

[llvm-branch-commits] [compiler-rt] [clang] [libcxx] [llvm] fix python syntax warnings from check-all output (PR #72534)

2023-11-16 Thread via llvm-branch-commits
https://github.com/github-actions[bot] locked https://github.com/llvm/llvm-project/pull/72534 ___ 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] [libcxx] [clang] [compiler-rt] [llvm] fix python syntax warnings from check-all output (PR #72534)

2023-11-16 Thread via llvm-branch-commits
https://github.com/github-actions[bot] closed https://github.com/llvm/llvm-project/pull/72534 ___ 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] [compiler-rt] [clang] [libcxx] fix python syntax warnings from check-all output (PR #72534)

2023-11-16 Thread Georgios Eleftheriou via llvm-branch-commits
https://github.com/eleftg created https://github.com/llvm/llvm-project/pull/72534 eliminate python SyntaxWarnings from check-all output. Such as: ``` src_dir/clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py:28: SyntaxWarning: invalid escape sequence '\*'self.implementationContent += """

[llvm-branch-commits] [llvm] ae96c24 - Revert "[MachineSink][AArch64] Enable sink-and-fold by default (#72132)"

2023-11-16 Thread via llvm-branch-commits
Author: Momchil Velikov Date: 2023-11-16T17:04:52Z New Revision: ae96c243a282b644e04f27157ebdf6b384e8f3bd URL: https://github.com/llvm/llvm-project/commit/ae96c243a282b644e04f27157ebdf6b384e8f3bd DIFF: https://github.com/llvm/llvm-project/commit/ae96c243a282b644e04f27157ebdf6b384e8f3bd.diff LO