[PATCH] D11042: Remove getDataLayout() from TargetLowering
Mehdi AMINI
mehdi.amini at apple.com
Wed Jul 8 13:48:09 PDT 2015
joker.eph created this revision.
joker.eph added a reviewer: echristo.
joker.eph added subscribers: jholewinski, llvm-commits, rafael, yaron.keren.
This change is part of a series of commits dedicated to have a single
DataLayout during compilation by using always the one owned by the
module.
http://reviews.llvm.org/D11042
Files:
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMSelectionDAGInfo.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/NVPTX/NVPTXISelLowering.cpp
lib/Target/NVPTX/NVPTXISelLowering.h
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreSelectionDAGInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11042.29283.patch
Type: text/x-patch
Size: 38720 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150708/3e47aaf8/attachment.bin>
More information about the llvm-commits
mailing list