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

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 9 10:27:45 PDT 2021


jrtc27 added inline comments.


================
Comment at: llvm/test/CodeGen/M68k/Arith/bitwise.ll:235
+define i64 @lshr64(i64 %a, i64 %b) nounwind {
+  %1 = lshr i64 %a, %b
+  ret i64 %1
----------------
Regenerate the CHECK lines


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