[all-commits] [llvm/llvm-project] 65b3b6: [ARM] Make ARM::ArchExtKind use 64-bit underlying ...
Mikhail Maltsev via All-commits
all-commits at lists.llvm.org
Tue Feb 4 06:49:23 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 65b3b6c0ac49ec4f91b024b086039fac6c2f7a40
https://github.com/llvm/llvm-project/commit/65b3b6c0ac49ec4f91b024b086039fac6c2f7a40
Author: Mikhail Maltsev <mikhail.maltsev at arm.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M llvm/include/llvm/MC/MCStreamer.h
M llvm/include/llvm/Support/ARMTargetParser.h
M llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
M llvm/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
Log Message:
-----------
[ARM] Make ARM::ArchExtKind use 64-bit underlying type (part 2), NFCI
Summary:
After following Simon's suggestion about additional testing posted at
https://reviews.llvm.org/D73906, I found several more places that
need to be updated.
Reviewers: simon_tatham, dmgreen, ostannard, eli.friedman
Reviewed By: simon_tatham
Subscribers: merge_guards_bot, kristof.beyls, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73963
More information about the All-commits
mailing list