[PATCH] D111497: m68k: Support bit shifts on 64-bit integers

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 19 20:21:19 PDT 2021


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

LGTM
Thank you!



================
Comment at: llvm/lib/Target/M68k/M68kISelLowering.cpp:3314
+  //     Lo = Hi >>u (Shamt - register size);
+  //     Hi = 0;
+
----------------
Appreciate the explanations here :-)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111497



More information about the llvm-commits mailing list