This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Remove unwanted --check-prefix=CHECK from unit tests. NFC.
ClosedPublic

Authored by mgrang on Apr 14 2016, 6:41 PM.

Details

Summary

Removed unwanted --check-prefix=CHECK from the following unit tests:

DeadCodeElimination/dead_iteration_elimination.ll
Isl/CodeGen/simple_vec_cast.ll

Patch by: Mandeep Singh Grang (mgrang)

Diff Detail

Repository
rL LLVM

Event Timeline

mgrang updated this revision to Diff 53827.Apr 14 2016, 6:41 PM
mgrang retitled this revision from to Remove unwanted --check-prefix=CHECK from unit tests. NFC..
mgrang updated this object.
mgrang added reviewers: jdoerfert, zinob, grosser, spop.
mgrang added a project: Restricted Project.
mgrang retitled this revision from Remove unwanted --check-prefix=CHECK from unit tests. NFC. to [Polly] Remove unwanted --check-prefix=CHECK from unit tests. NFC..
grosser accepted this revision.Apr 14 2016, 10:16 PM
grosser edited edge metadata.

Thanks for this patch! Looks good to me.

Do you have commit rights to commit this patch yourself?

This revision is now accepted and ready to land.Apr 14 2016, 10:16 PM
mgrang updated this revision to Diff 53843.Apr 14 2016, 10:55 PM
mgrang edited edge metadata.

Rebased commit.

Thanks Tobias.
Yes, I have commit rights however the commit failed because my sources were not up-to-date. I have rebased and pushed a new patch.

mgrang updated this object.Apr 14 2016, 10:56 PM

Cool. Just commit the updated version than. Thank you!

This revision was automatically updated to reflect the committed changes.