[all-commits] [llvm/llvm-project] df3bda: [VE] Correct stack alignment
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Mon Jul 6 01:25:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: df3bda047d5abe9190bdd0422270328140556bd4
https://github.com/llvm/llvm-project/commit/df3bda047d5abe9190bdd0422270328140556bd4
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-07-06 (Mon, 06 Jul 2020)
Changed paths:
M clang/lib/Basic/Targets/VE.h
M clang/test/CodeGen/target-data.c
M llvm/lib/Target/VE/VETargetMachine.cpp
Log Message:
-----------
[VE] Correct stack alignment
Summary:
Change stack alignment from 64 bits to 128 bits to follow ABI correctly.
And add a regression test for datalayout.
Reviewers: simoll, k-ishizaka
Reviewed By: simoll
Subscribers: hiraditya, cfe-commits, llvm-commits
Tags: #llvm, #ve, #clang
Differential Revision: https://reviews.llvm.org/D83173
More information about the All-commits
mailing list