[PATCH] D66843: Change datalayout compatibility check for X86 to allow datalayouts without the new address spaces.

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 16:48:30 PDT 2019


rnk added a subscriber: echristo.
rnk added a comment.

In D66843#1648047 <https://reviews.llvm.org/D66843#1648047>, @lebedev.ri wrote:

> I suppose would have alleviated the need for most of that datalayout changes in tests?


Yes and no. I would've still advocated that we do the update and standardize on the new data layout. This just maintains bitcode backwards compatibility.

@echristo reviewed rL243682 <https://reviews.llvm.org/rL243682> / D11654 <https://reviews.llvm.org/D11654>, so I think he should take a look.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66843





More information about the llvm-commits mailing list