[all-commits] [llvm/llvm-project] 1379b1: [AArch64] Fix the generation of BE Nops
David Green via All-commits
all-commits at lists.llvm.org
Fri May 20 01:31:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1379b150991f70a5782e9a143c2ba5308da1161c
https://github.com/llvm/llvm-project/commit/1379b150991f70a5782e9a143c2ba5308da1161c
Author: David Green <david.green at arm.com>
Date: 2022-05-20 (Fri, 20 May 2022)
Changed paths:
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
A llvm/test/MC/AArch64/align.s
Log Message:
-----------
[AArch64] Fix the generation of BE Nops
Big endian Nops were being generated as d5 03 20 1f fnmadd s21, s30,
s0, s0, getting the bytes of the NOP in the wrong order. This switches
the bytes to not be dependant on the endianness.
Differential Revision: https://reviews.llvm.org/D125980
More information about the All-commits
mailing list