This is an archive of the discontinued LLVM Phabricator instance.

[test] Fix aggregate-assign-call.c in preparation for -enable-npm-optnone
ClosedPublic

Authored by aeubanks on Aug 14 2020, 5:12 PM.

Details

Summary

Pin the test to use -enable-npm-optnone.
Before, optnone wasn't implemented under NPM, so the LPM and NPM runs produced different IR. Now with -enable-npm-optnone, that is no longer necessary.

Diff Detail

Event Timeline

aeubanks created this revision.Aug 14 2020, 5:12 PM
aeubanks requested review of this revision.Aug 14 2020, 5:12 PM
aeubanks updated this revision to Diff 285797.Aug 14 2020, 5:22 PM

Split out other test

aeubanks retitled this revision from [NewPM][optnone] Fix clang tests in preparation for -enable-npm-optnone to [test] Fix aggregate-assign-call.c in preparation for -enable-npm-optnone.Aug 14 2020, 5:22 PM
aeubanks edited the summary of this revision. (Show Details)
aeubanks added reviewers: ychen, asbirlea.
ychen accepted this revision.Aug 14 2020, 5:32 PM

LGTM.

This revision is now accepted and ready to land.Aug 14 2020, 5:32 PM