This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC, test] Fix use of undef FileCheck var
ClosedPublic

Authored by thopre on Apr 4 2021, 4:02 PM.

Details

Summary

Commit 6646033e6e759657b6122fde64844fd28a2c9635 removed the definition
of variable RESULT used in two CHECK-NOT directives in LLVM test
CodeGen/PowerPC/ppc64-i128-abi.ll. This commit replaces the uses by the
regex that was used to define that variable.

Diff Detail

Event Timeline

thopre created this revision.Apr 4 2021, 4:02 PM
thopre requested review of this revision.Apr 4 2021, 4:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2021, 4:02 PM
thopre edited the summary of this revision. (Show Details)Apr 7 2021, 3:53 AM
nemanjai accepted this revision.Apr 9 2021, 4:03 AM

Ah yes, this should have been removed on the original commit. Thanks for fixing it. LGTM.

This revision is now accepted and ready to land.Apr 9 2021, 4:03 AM
This revision was automatically updated to reflect the committed changes.