This is an archive of the discontinued LLVM Phabricator instance.

[ImplicitNullChecks] NFC Fix the implicit-null-checks.mir test
ClosedPublic

Authored by skatkov on Feb 1 2017, 4:08 AM.

Details

Summary

Currently the test implicit-null-checks.mir crashes if we run llc with
-enable-implicit-null-checks -start-before implicit-null-checks
options. Change fixes the RET instruction causing the crash.

Diff Detail

Repository
rL LLVM

Event Timeline

sanjoy accepted this revision.Feb 1 2017, 9:46 AM

LGTM! Checking in.

This revision is now accepted and ready to land.Feb 1 2017, 9:46 AM
This revision was automatically updated to reflect the committed changes.