[all-commits] [llvm/llvm-project] 22eb1d: Revert "[AArch64] Adds SUBS and ADDS instructions ...
Nathan Chancellor via All-commits
all-commits at lists.llvm.org
Sun Feb 13 09:40:59 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22eb1dae3fb20ca8ada865de1d95baab0e08a060
https://github.com/llvm/llvm-project/commit/22eb1dae3fb20ca8ada865de1d95baab0e08a060
Author: Nathan Chancellor <nathan at kernel.org>
Date: 2022-02-13 (Sun, 13 Feb 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.h
M llvm/lib/Target/AArch64/AArch64MIPeepholeOpt.cpp
M llvm/test/CodeGen/AArch64/addsub.ll
M llvm/test/CodeGen/AArch64/arm64-instruction-mix-remarks.ll
Log Message:
-----------
Revert "[AArch64] Adds SUBS and ADDS instructions to the MIPeepholeOpt."
This reverts commit af45d0fd94b21620b61c8c4900b81486fd85aeb7.
This causes assertions failures when compiling the Linux kernel. See
https://reviews.llvm.org/D118663 for a reduced reproducer.
More information about the All-commits
mailing list