[all-commits] [llvm/llvm-project] 5e78b7: [ARM] Use llvm::rotl and llvm::rotr (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Feb 13 21:29:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e78b749eccf0aa57433b177103420103d4e13ec
https://github.com/llvm/llvm-project/commit/5e78b749eccf0aa57433b177103420103d4e13ec
Author: Kazu Hirata <kazu at google.com>
Date: 2023-02-13 (Mon, 13 Feb 2023)
Changed paths:
M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
M llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
M llvm/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
M llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp
M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
Log Message:
-----------
[ARM] Use llvm::rotl and llvm::rotr (NFC)
More information about the All-commits
mailing list