This is an archive of the discontinued LLVM Phabricator instance.

Avoid nonsence dump string "0xXXXXXX: i1 = Constant<-1>" in output llc -debug
Needs ReviewPublic

Authored by akuharev on May 14 2014, 11:33 AM.

Details

Reviewers
krememek
Summary

"i1 = Constant<-1>" represents signed one bit integer with value 1.
For example when dumping br instruction in IR file.
In dump output all integers are signed.

Diff Detail

Event Timeline

akuharev updated this revision to Diff 9396.May 14 2014, 11:33 AM
akuharev retitled this revision from to Avoid nonsence dump string "0xXXXXXX: i1 = Constant<-1>" in output llc -debug.
akuharev updated this object.
akuharev edited the test plan for this revision. (Show Details)
akuharev added a subscriber: Unknown Object (MLST).
akuharev updated this revision to Diff 9807.May 26 2014, 6:35 AM

Modified test case