This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Adjusted pow-exp tests for Windows [NFC]
ClosedPublic

Authored by xbolva00 on Jul 24 2019, 9:26 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

xbolva00 created this revision.Jul 24 2019, 9:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2019, 9:26 AM
xbolva00 added a subscriber: spatel.EditedJul 24 2019, 9:29 AM

In PR42740, only two tests fail on Windows. but I adjusted all related constants to use regex. Acceptable fix, @efriedma, @hans, @spatel ?

Tests pass fine for me on Linux, but I am not able to verify it on Windows. @hans please, check if it works for you. Thanks.

xbolva00 retitled this revision from [InstCombine] Adjusted tests for Windows [NFC] to [InstCombine] Adjusted pow-exp tests for Windows [NFC].Jul 24 2019, 9:35 AM
hans accepted this revision.Jul 24 2019, 9:57 AM

Tests pass fine for me on Linux, but I am not able to verify it on Windows. @hans please, check if it works for you. Thanks.

Confirmed this passes on Windows, both 32-bit and 64-bit. Thanks!

This revision is now accepted and ready to land.Jul 24 2019, 9:57 AM
This revision was automatically updated to reflect the committed changes.

Thanks!

Please backport rL366925 to release branch.

hans added a comment.Jul 24 2019, 1:03 PM

Thanks!

Please backport rL366925 to release branch.

Merged in r366940