This is an archive of the discontinued LLVM Phabricator instance.

TableGen: Initialize ErrorInfo to ~0ULL in MatchInstructionImpl
ClosedPublic

Authored by tstellarAMD on Feb 27 2015, 10:07 AM.

Details

Reviewers
ab
Summary

This is what all the targets check for and is consistent with the initialized value of MissingFeatures, which is sometimes assigned to ErrorInfo.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to TableGen: Initialize ErrorInfo to ~0ULL in MatchInstructionImpl .
tstellarAMD updated this object.
tstellarAMD edited the test plan for this revision. (Show Details)
tstellarAMD set the repository for this revision to rL LLVM.
tstellarAMD added a subscriber: Unknown Object (MLST).Feb 27 2015, 10:41 AM
ab accepted this revision.Feb 27 2015, 11:25 AM
ab added a reviewer: ab.
ab added a subscriber: ab.

Sounds reasonable, LGTM.

This revision is now accepted and ready to land.Feb 27 2015, 11:25 AM