[all-commits] [llvm/llvm-project] 5f2b27: Default stack alignment of x86 NaCl to 16 bytes
Fabian Sommer via All-commits
all-commits at lists.llvm.org
Tue May 18 15:17:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5f2b27666797c6462641434fee7ee010c77d22c0
https://github.com/llvm/llvm-project/commit/5f2b27666797c6462641434fee7ee010c77d22c0
Author: Fabian Sommer <fabiansommer at chromium.org>
Date: 2021-05-18 (Tue, 18 May 2021)
Changed paths:
M llvm/lib/Target/X86/X86Subtarget.cpp
M llvm/test/CodeGen/X86/stack-align2.ll
Log Message:
-----------
Default stack alignment of x86 NaCl to 16 bytes
X86 NaCl generally requires the stack to be aligned to 16 bytes.
This change was already implemented in two downstream NaCl compilers
based on llvm.
Reviewed By: dschuff
Differential Revision: https://reviews.llvm.org/D102610
More information about the All-commits
mailing list