[llvm] r200607 - Update a .fill test to use the updated semantics.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Feb 3 13:14:08 PST 2014


On 3 February 2014 16:12, David Majnemer <david.majnemer at gmail.com> wrote:
> Fill only supports 32-bit patterns.  If you ask for more than four bytes,
> you get zeros beyond that.  Implementing .fill as pushing out a four byte
> number followed by some number of zeros gets us behavior compatible with
> .fill under big endian targets.

The target in question is i386-unknown-unknown. Oh well, it is
probably not a big issue.

Cheers,
Rafael



More information about the llvm-commits mailing list