This is an archive of the discontinued LLVM Phabricator instance.

[PATCH] [Mips] [MSan] VarArgMIPS64Helper: Use target's endian, not host's.
ClosedPublic

Authored by koriakin on Apr 19 2016, 3:41 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

koriakin retitled this revision from to [PATCH] [Mips] [MSan] VarArgMIPS64Helper: Use target's endian, not host's..
koriakin updated this object.
koriakin added a reviewer: eugenis.
koriakin set the repository for this revision to rL LLVM.
koriakin added a project: Restricted Project.
koriakin added a subscriber: llvm-commits.
eugenis accepted this revision.Apr 19 2016, 4:29 PM
eugenis edited edge metadata.

Ouch.
LGTM

This revision is now accepted and ready to land.Apr 19 2016, 4:29 PM
This revision was automatically updated to reflect the committed changes.

Can you create a test?

Can you create a test?

I'll try, but I don't know all that much about MIPS (I was looking at the code because I'm writing a vararg helper for PPC64).