[PATCH] D111497: m68k: Support bit shifts on 64-bit integers
Sheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 10 23:05:57 PST 2022
0x59616e added inline comments.
================
Comment at: llvm/lib/Target/M68k/M68kISelLowering.cpp:3283-3284
+
+ SDValue CC =
+ DAG.getSetCC(DL, MVT::i8, ShamtMinusRegisterSize, Zero, ISD::SETLT);
+
----------------
That error seems result from here.
================
Comment at: llvm/lib/Target/M68k/M68kISelLowering.cpp:3339-3340
+
+ SDValue CC =
+ DAG.getSetCC(DL, MVT::i8, ShamtMinusRegisterSize, Zero, ISD::SETLT);
+
----------------
...and 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