[all-commits] [llvm/llvm-project] b9adaa: [PowerPC] [Clang] Fix alignment adjustment of sing...
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Fri Dec 3 02:08:36 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9adaa1782db727df08b8138e12c1e60964885d3
https://github.com/llvm/llvm-project/commit/b9adaa1782db727df08b8138e12c1e60964885d3
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2021-12-03 (Fri, 03 Dec 2021)
Changed paths:
M clang/lib/CodeGen/TargetInfo.cpp
M clang/test/CodeGen/ppc64le-varargs-f128.c
Log Message:
-----------
[PowerPC] [Clang] Fix alignment adjustment of single-elemented float128
This does similar thing to 6b1341e, but fixes single element 128-bit
float type: `struct { long double x; }`.
Reviewed By: rjmccall
Differential Revision: https://reviews.llvm.org/D114937
More information about the All-commits
mailing list