[Lldb-commits] [PATCH] D116547: Revert "[amdgpu] Enable selection of `s_cselect_b64`."
Shoaib Meenai via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 3 11:51:55 PST 2022
smeenai requested changes to this revision.
smeenai added a comment.
This revision now requires changes to proceed.
Herald added a subscriber: JDevlieghere.
This doesn't seem like a correct revert.
What command are you using to generate this? `git revert` is what you should be using, e.g.
git revert 640beb38e7710b939b3cfb3f4c54accc694b1d30
You should also edit the commit message afterwards (`git commit --amend`) to explain why you're reverting the change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116547/new/
https://reviews.llvm.org/D116547
More information about the lldb-commits
mailing list