[llvm] r196843 - Refactor the construction of the DataLayout string on ARM.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Dec 9 16:24:13 PST 2013


On 9 December 2013 19:12, Jim Grosbach <grosbach at apple.com> wrote:
> Mind adding some comments explaining the the differences?

I will add some, but understand the string from the user point of view
(assume this type is aligned to this much, but try to align it to this
much...).

> Is there any way to write test cases?

Yes, this is the string used by llc, so every test using llc can test this.

> These are identical?

Yes, thanks! Fixed that in 196846. Comments coming up.

Cheers,
Rafael



More information about the llvm-commits mailing list