[PATCH] D11038: Make getByValTypeAlignment() taking DataLayout as an argument

Mehdi AMINI mehdi.amini at apple.com
Wed Jul 8 12:55:40 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/D11038

Files:
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/SelectionDAG/FastISel.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/Target/PowerPC/PPCISelLowering.cpp
  lib/Target/PowerPC/PPCISelLowering.h
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11038.29279.patch
Type: text/x-patch
Size: 5856 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150708/f3e9f249/attachment.bin>


More information about the llvm-commits mailing list