This is an archive of the discontinued LLVM Phabricator instance.

[llvm][CodeGen][SVE] Constrain prefetch intrinsic argument to immediate values.
ClosedPublic

Authored by fpetrogalli on Mar 2 2020, 2:24 PM.

Details

Summary

The argument that sets the prefetch type of a prefetch intrinsic must
be an immediate value.

Diff Detail

Event Timeline

fpetrogalli created this revision.Mar 2 2020, 2:24 PM
Herald added a project: Restricted Project. · View Herald Transcript
efriedma accepted this revision.Mar 2 2020, 3:00 PM

LGTM

This revision is now accepted and ready to land.Mar 2 2020, 3:00 PM
This revision was automatically updated to reflect the committed changes.