[all-commits] [llvm/llvm-project] 11ab68: [AArch64] Harmonize print format of hint instructi...
Dani via All-commits
all-commits at lists.llvm.org
Thu Mar 5 06:35:31 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 11ab687c66017b9c46301a1898ebc37cd3b346ff
https://github.com/llvm/llvm-project/commit/11ab687c66017b9c46301a1898ebc37cd3b346ff
Author: Daniel Kiss <daniel.kiss at arm.com>
Date: 2020-03-05 (Thu, 05 Mar 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
Log Message:
-----------
[AArch64] Harmonize print format of hint instructions.
Summary:
Hint instructions printed as "hint\t#hintnum" except
in case of ARM v8.3a instruction only "hint #hintnum" is printed.
This patch changes all format to the fist one.
Reviewers: pbarrio, LukeCheeseman, vsk
Reviewed By: vsk
Subscribers: kristof.beyls, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75625
More information about the All-commits
mailing list