[PATCH] D10985: Redirect DataLayout from TargetMachine to Module in FastISel

Mehdi AMINI mehdi.amini at apple.com
Mon Jul 6 22:57:38 PDT 2015


joker.eph added a reviewer: echristo.
joker.eph added a subscriber: llvm-commits.

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/D10985

Files:
  include/llvm/CodeGen/FastISel.h
  lib/CodeGen/SelectionDAG/FastISel.cpp
  lib/Target/AArch64/AArch64FastISel.cpp
  lib/Target/ARM/ARMFastISel.cpp
  lib/Target/Mips/MipsFastISel.cpp
  lib/Target/PowerPC/PPCFastISel.cpp
  lib/Target/X86/X86FastISel.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10985.29149.patch
Type: text/x-patch
Size: 38102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150707/885ae35f/attachment.bin>


More information about the llvm-commits mailing list