[all-commits] [llvm/llvm-project] 43a175: m68k: Support bit shifts on 64-bit integers
Annika via All-commits
all-commits at lists.llvm.org
Fri Feb 11 14:12:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43a1756a5d533bbf29bc39f49f04fc76f5c30ce9
https://github.com/llvm/llvm-project/commit/43a1756a5d533bbf29bc39f49f04fc76f5c30ce9
Author: Annika <annika0uwu at gmail.com>
Date: 2022-02-12 (Sat, 12 Feb 2022)
Changed paths:
M llvm/lib/Target/M68k/M68kISelLowering.cpp
M llvm/lib/Target/M68k/M68kISelLowering.h
M llvm/lib/Target/M68k/M68kRegisterInfo.h
M llvm/test/CodeGen/M68k/Arith/bitwise.ll
Log Message:
-----------
m68k: Support bit shifts on 64-bit integers
As per https://bugs.llvm.org/show_bug.cgi?id=52119.
Reviewed By: myhsu
Differential Revision: https://reviews.llvm.org/D111497
More information about the All-commits
mailing list