This is an archive of the discontinued LLVM Phabricator instance.

Add a test case for the tilde operator in Microsoft inline assembly
ClosedPublic

Authored by ehsan on Jul 5 2014, 10:14 AM.

Details

Reviewers
majnemer

Diff Detail

Event Timeline

ehsan updated this revision to Diff 11100.Jul 5 2014, 10:14 AM
ehsan retitled this revision from to Add a test case for the tilde operator in Microsoft inline assembly.
ehsan updated this object.
ehsan edited the test plan for this revision. (Show Details)
ehsan added a reviewer: majnemer.
ehsan added a subscriber: Unknown Object (MLST).
majnemer accepted this revision.Jul 5 2014, 11:47 AM
majnemer edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jul 5 2014, 11:47 AM
ehsan closed this revision.Jul 5 2014, 12:49 PM

Landed in r212375.

Err, I had to revert this because of a test failure: http://bb.pgr.jp/builders/cmake-llvm-x86_64-linux/builds/14441/steps/test_llvm/logs/LLVM%20%3A%3A%20MC__X86__x86-32-ms-inline-asm.s

It seems like the encoding is platform dependent? Not sure how I should fix this test.