[all-commits] [llvm/llvm-project] 62d468: Revert "[AArch64] Async unwind - Adjust unwind inf...
Momchil Velikov via All-commits
all-commits at lists.llvm.org
Thu Apr 14 01:37:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62d4686be3a2cd864b92b16a4ff7137be8d15e89
https://github.com/llvm/llvm-project/commit/62d4686be3a2cd864b92b16a4ff7137be8d15e89
Author: Momchil Velikov <momchil.velikov at arm.com>
Date: 2022-04-14 (Thu, 14 Apr 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
M llvm/test/CodeGen/AArch64/arm64-fp128.ll
M llvm/test/CodeGen/AArch64/fcopysign.ll
M llvm/test/CodeGen/AArch64/swifttail-call.ll
M llvm/test/CodeGen/AArch64/tail-call.ll
Log Message:
-----------
Revert "[AArch64] Async unwind - Adjust unwind info in AArch64LoadStoreOptimizer"
This reverts commit ecbf32dd88fc91b4fe709dc14bb3493dda6e8854.
It's possible this patch is the reason for an asertion failure
`!NodePtr->isKnownSentinel()` in `AArch64LoadStoreOpt::mergeUpdateInsn`
(https://lab.llvm.org/buildbot/#/builders/185/builds/1555) reverting while I
investigate.
More information about the All-commits
mailing list