[PATCH] D64931: Change X86 datalayout for three address spaces that specify pointer sizes.

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 8 11:56:41 PDT 2019


lebedev.ri added a reviewer: reames.
lebedev.ri added inline comments.


================
Comment at: llvm/lib/Target/X86/X86TargetMachine.cpp:119-120
 
+  // Address spaces for 32 bit signed, 32 bit unsigned, and 64 bit pointers.
+  Ret += "-p253:32:32-p254:32:32-p255:64:64";
+
----------------
I may be wrong but this seems to not match what has been said in the responses to RFC.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64931/new/

https://reviews.llvm.org/D64931





More information about the cfe-commits mailing list