This is an archive of the discontinued LLVM Phabricator instance.

[ConstantFolding] Use hasVectorInstrinsicScalarOpd. NFC
ClosedPublic

Authored by bjope on Jun 24 2019, 1:53 AM.

Details

Summary

Use the hasVectorInstrinsicScalarOpd helper function
in ConstantFoldVectorCall.

Diff Detail

Repository
rL LLVM

Event Timeline

bjope created this revision.Jun 24 2019, 1:53 AM
Herald added a project: Restricted Project. · View Herald Transcript
RKSimon accepted this revision.Jun 24 2019, 4:07 AM

LGTM

This revision is now accepted and ready to land.Jun 24 2019, 4:07 AM
rengolin accepted this revision.Jun 24 2019, 4:52 AM
This revision was automatically updated to reflect the committed changes.