This is an archive of the discontinued LLVM Phabricator instance.

fix test in for ARM Constant Materialize patch r277610
AbandonedPublic

Authored by weimingz on Aug 3 2016, 12:31 PM.

Diff Detail

Event Timeline

weimingz updated this revision to Diff 66692.Aug 3 2016, 12:31 PM
weimingz retitled this revision from to fix test in for ARM Constant Materialize patch r277610.
weimingz updated this object.
weimingz added reviewers: jmolloy, bruno.
weimingz set the repository for this revision to rL LLVM.
weimingz added a subscriber: llvm-commits.

I don't think this is the right approach, the test should work on darwin., try -mtriple=arm-apple-darwin or something.

This should be reproducible if you specify a darwin specific triple and checkout the asm output difference!

bruno added a comment.Aug 3 2016, 2:26 PM

This is the asm output that fails locally http://pastebin.com/mnshJ8h2

weimingz abandoned this revision.Aug 3 2016, 2:39 PM

the root cause is the test case doesn't specify with triple. So under different build, the behavior might be different