[all-commits] [llvm/llvm-project] 2fb902: [PowerPC] Support hwsync extended mnemonic
Nemanja Ivanovic via All-commits
all-commits at lists.llvm.org
Mon Dec 20 08:08:48 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2fb9029f2678e3698de202fa88150b3b03cf76da
https://github.com/llvm/llvm-project/commit/2fb9029f2678e3698de202fa88150b3b03cf76da
Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
Date: 2021-12-20 (Mon, 20 Dec 2021)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstrInfo.td
M llvm/test/MC/PowerPC/ppc64-encoding-bookII.s
Log Message:
-----------
[PowerPC] Support hwsync extended mnemonic
This mnemonic has been supported by GAS for years and
it was added to the PowerPC ISA as of ISA 3.1. We will
support the mnemonic to be compatible with GAS.
More information about the All-commits
mailing list