[PATCH] D66835: [AArch64][GlobalISel] Select arithmetic extended register patterns

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 13:46:31 PDT 2019


aemerson accepted this revision.
aemerson added a comment.
This revision is now accepted and ready to land.

LGTM with nit.



================
Comment at: llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp:4675
+  case TargetOpcode::COPY:
+  case TargetOpcode::G_INTTOPTR:
+  case TargetOpcode::G_BITCAST:
----------------
I don't think we need the ptrtoint pairs here.


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

https://reviews.llvm.org/D66835





More information about the llvm-commits mailing list