This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP, test] Fix uses of undef S*VAR FileCheck var
ClosedPublic

Authored by thopre on Apr 1 2021, 2:43 PM.

Details

Summary

Fix the many cases of use of undefined SIVAR/SVAR/SFVAR in OpenMP
*private_codegen tests, due to a missing BLOCK directive to capture the
IR variable when it is declared. It also fixes a few typo in its use.

Diff Detail

Event Timeline

thopre created this revision.Apr 1 2021, 2:43 PM
thopre requested review of this revision.Apr 1 2021, 2:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 1 2021, 2:43 PM
MaskRay accepted this revision.Apr 1 2021, 3:06 PM
This revision is now accepted and ready to land.Apr 1 2021, 3:06 PM
thopre updated this revision to Diff 334846.Apr 1 2021, 4:12 PM

Fix one more testcase

This revision was landed with ongoing or failed builds.Apr 1 2021, 4:36 PM
This revision was automatically updated to reflect the committed changes.