[all-commits] [llvm/llvm-project] 339faf: Revert "[AArch64] Move SLS later in pass pipeline"
ostannard via All-commits
all-commits at lists.llvm.org
Thu Oct 26 01:51:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 339faffd053b60bee3515fe7c4cca5e76f2cf427
https://github.com/llvm/llvm-project/commit/339faffd053b60bee3515fe7c4cca5e76f2cf427
Author: Oliver Stannard <oliver.stannard at arm.com>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SLSHardening.cpp
M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
M llvm/test/CodeGen/AArch64/O0-pipeline.ll
M llvm/test/CodeGen/AArch64/O3-pipeline.ll
M llvm/test/CodeGen/AArch64/arm64-opt-remarks-lazy-bfi.ll
M llvm/test/CodeGen/AArch64/sls-stackprotector-outliner.ll
Log Message:
-----------
Revert "[AArch64] Move SLS later in pass pipeline"
The (MF.size() == 0) assertis is triggering when building at -O0.
Reverting this while I work out what is going wrong.
This reverts commit 7e8eccd990d37d2771ca5ad7a84f54c3cfc4a5e1.
More information about the All-commits
mailing list