[PATCH] D155940: [SimplifyCFG] Transform for redirecting phis between unmergeable BB and SuccBB

DianQK via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 23:45:34 PDT 2023


DianQK requested changes to this revision.
DianQK added a comment.
This revision now requires changes to proceed.

Too much irrelevant formatting. It causes review to become complicated. It also affects other people blame related changes.
Could you ignore this formatting?

In fact, I'm not sure why. It could be that some commits are not formatted, or it could be a change in formatting rules. Or something else.
My formatting workflow is:

- Ignore all irrelevant formatting if present.
- Add and commit.
- `git clang-format HEAD~1`
- Since the latest submission is my own. Then I just run `git add .` and `git clang-format HEAD~1`.

And why didi `stlxrb w9, w1, [x2]` became `stlxrb wzr, w1, [x2]`?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155940/new/

https://reviews.llvm.org/D155940



More information about the llvm-commits mailing list