[PATCH] D111497: m68k: Support bit shifts on 64-bit integers
Annika L. via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 10 13:58:18 PDT 2021
AnnikaCodes added inline comments.
================
Comment at: llvm/lib/Target/M68k/M68kISelLowering.cpp:1329
+
+ // if Shamt-XLEN < 0: // Shamt < XLEN
+ // Lo = Lo << Shamt
----------------
jrtc27 wrote:
> XLEN is a RISC-V-specific term, referring to the size of its X registers
Oh, sorry; I didn't know that.
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