This is an archive of the discontinued LLVM Phabricator instance.

Fix handling of the 'n' asm constraint with invalid operands.
ClosedPublic

Authored by jyknight on Jul 8 2015, 1:17 PM.

Details

Summary

It had accidently accepted a symbol+offset value (and emitted
incorrect code for it, keeping only the offset part) instead of
properly reporting the constraint as invalid.

Diff Detail

Repository
rL LLVM

Event Timeline

jyknight updated this revision to Diff 29280.Jul 8 2015, 1:17 PM
jyknight retitled this revision from to Fix handling of the 'n' asm constraint with invalid operands..
jyknight updated this object.
jyknight added a reviewer: echristo.
echristo edited edge metadata.Jul 8 2015, 2:11 PM

LGTM.

-eric

This revision was automatically updated to reflect the committed changes.