[all-commits] [llvm/llvm-project] 8f2ba3: Revert "[ARM][Thumb] Command-line option to ensure...
Krasimir Georgiev via All-commits
all-commits at lists.llvm.org
Wed Jun 15 07:10:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f2ba3633646d0c67a1442c6508d02d93571b344
https://github.com/llvm/llvm-project/commit/8f2ba3633646d0c67a1442c6508d02d93571b344
Author: Krasimir Georgiev <krasimir at google.com>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Arch/ARM.cpp
M llvm/lib/Target/ARM/ARM.td
M llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
M llvm/lib/Target/ARM/ARMCallingConv.td
M llvm/lib/Target/ARM/ARMFrameLowering.cpp
M llvm/lib/Target/ARM/ARMFrameLowering.h
M llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
M llvm/lib/Target/ARM/ARMSubtarget.h
M llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
M llvm/lib/Target/ARM/ThumbRegisterInfo.cpp
R llvm/test/CodeGen/ARM/frame-chain-reserved-fp.ll
R llvm/test/CodeGen/ARM/frame-chain.ll
M llvm/test/CodeGen/Thumb/frame-access.ll
R llvm/test/CodeGen/Thumb/frame-chain-reserved-fp.ll
R llvm/test/CodeGen/Thumb/frame-chain.ll
Log Message:
-----------
Revert "[ARM][Thumb] Command-line option to ensure AAPCS compliant Frame Records AND [NFC][Thumb] Update frame-chain codegen test to use thumbv6m"
This reverts commit 7625e01d661644a560884057755d48a0da8b77b4 and
dependent cbcce82ef6b512d97e92a319a75a03e997c844e1.
Commit 7625e01d661644a560884057755d48a0da8b77b4 causes some new codegen test
failures under asan, e.g., CodeGen/ARM/execute-only.ll:
https://lab.llvm.org/buildbot/#/builders/5/builds/24659/steps/15/logs/stdio.
More information about the All-commits
mailing list