[all-commits] [llvm/llvm-project] 23651c: [PowerPC][AIX] Create multiple constant sections.
Sean Fertile via All-commits
all-commits at lists.llvm.org
Thu Aug 5 18:20:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23651c5ae02a209ff214e4283dddb5ab65d1003a
https://github.com/llvm/llvm-project/commit/23651c5ae02a209ff214e4283dddb5ab65d1003a
Author: Sean Fertile <sd.fertile at gmail.com>
Date: 2021-08-05 (Thu, 05 Aug 2021)
Changed paths:
M llvm/include/llvm/MC/MCObjectFileInfo.h
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/MC/MCObjectFileInfo.cpp
A llvm/test/CodeGen/PowerPC/aix-constant-align.ll
A llvm/test/CodeGen/PowerPC/aix-rodata-align.ll
M llvm/test/CodeGen/PowerPC/aix-space.ll
Log Message:
-----------
[PowerPC][AIX] Create multiple constant sections.
Fixes issue where late materialized constants can be more strictly
aligned then their containing csect.
Differential Revision: https://reviews.llvm.org/D103103
More information about the All-commits
mailing list