[PATCH] D99272: [AArch64] Adds a pre-indexed paired Load/Store optimization for LDR-STR.

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 16:10:21 PDT 2021


nickdesaulniers added a comment.

As a heads up, this commit seems to be causing some pretty spooky boot failures for aarch64 Linux kernels.  We're trying to isolate the bug in https://github.com/ClangBuiltLinux/linux/issues/1368, but so far all we know is that modifications to `AArch64::STRXpre` seem to be solely responsible for the boot failures.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99272/new/

https://reviews.llvm.org/D99272



More information about the llvm-commits mailing list