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:
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/
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
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:/
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.
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:
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:
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
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
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
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
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
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
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
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 += """
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
16 matches
Mail list logo