[PATCH] D68530: [AArch64] Don't combine callee-save and local stack adjustment when optimizing for size

Sanne Wouda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 29 11:29:59 PST 2019


sanwou01 added a comment.

This change appears to cause an assertion failure in clang during a Chromium for Windows on Arm (AArch64). We suspect that it is also the cause of a mis-compilation when clang does not have assertions enabled, and causes a crash in some test cases. See https://crbug.com/1029385 for details.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68530





More information about the llvm-commits mailing list