This is an archive of the discontinued LLVM Phabricator instance.

[X86][AVX512] _mm512_stream_load_si512 should take a void const* argument (PR33977)
ClosedPublic

Authored by RKSimon on Sep 4 2017, 12:17 PM.

Details

Summary

Based off the Intel Intrinsics guide, we should expect a void const* argument.

Prevents 'passing 'const void *' to parameter of type 'void *' discards qualifiers' warnings.

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon created this revision.Sep 4 2017, 12:17 PM
delena accepted this revision.Sep 4 2017, 10:34 PM

LGTM

This revision is now accepted and ready to land.Sep 4 2017, 10:34 PM
This revision was automatically updated to reflect the committed changes.