[PATCH] D69496: Attributor: Move list of opcodes

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 08:35:37 PST 2022


arsenm abandoned this revision.
arsenm added a comment.

In D69496#3931002 <https://reviews.llvm.org/D69496#3931002>, @jdoerfert wrote:

> In D69496#3929714 <https://reviews.llvm.org/D69496#3929714>, @arsenm wrote:
>
>> Rebase. checkForAllCallLikeInstructions seems to have a subset for some reason
>
> That's probably bad, I assume. We might want to change it there to the full list and delete the Opcodes here.

I guess it depends what "call like" means. I looked at the exception instructions and they seem to not have a call target operand


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

https://reviews.llvm.org/D69496



More information about the llvm-commits mailing list