[PATCH] D108137: [AArch64][Global ISel] Add sext/zext improvements

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 6 22:27:12 PDT 2021


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/GISel/AArch64InstructionSelector.cpp:4908
+
+  // We may need to generate on of these, depending on the type of the :
+  //  DstReg = SMOV Src0, Lane;
----------------
unfinished comment?


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

https://reviews.llvm.org/D108137



More information about the llvm-commits mailing list