[PATCH] D122485: [SimplifyCFG] Fold mutil cases to And mask
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 13 07:26:10 PDT 2022
spatel added a comment.
In D122485#3448422 <https://reviews.llvm.org/D122485#3448422>, @bcl5980 wrote:
> @spatel I feel so sorry that I check in the baseline test here rGe2d77a160c <https://reviews.llvm.org/rGe2d77a160c5b8141eca3db1fca6dafd97e78288d> with a wrong issue number(show be #39957 but I write #54649).
> Can I amend the commit message now?
I do not know if you can amend a commit message after a push (but my git knowledge is not very good).
I don't think it is a big problem, but you could revert and recommit.
Alternatively, you can post a correction on the Phab review thread:
https://reviews.llvm.org/rGe2d77a160c5b8141eca3db1fca6dafd97e78288d
or on github directly?
https://github.com/llvm/llvm-project/commit/e2d77a160c5b8141eca3db1fca6dafd97e78288d
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122485/new/
https://reviews.llvm.org/D122485
More information about the llvm-commits
mailing list