This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Remove calls to VectorType::getNumElements from Instrumentation
ClosedPublic

Authored by ctetreau on Jun 19 2020, 2:33 PM.

Diff Detail

Event Timeline

ctetreau created this revision.Jun 19 2020, 2:33 PM
Herald added a project: Restricted Project. · View Herald Transcript
sdesmalen accepted this revision.Jun 26 2020, 10:03 AM

LGTM. Could you add a FIXME to the top-level file comment saying that scalable vectors are not yet handled by the sanitizers?

This revision is now accepted and ready to land.Jun 26 2020, 10:03 AM
ctetreau updated this revision to Diff 274248.Jun 29 2020, 2:48 PM

add FIXMEs to the file header comments

This revision was automatically updated to reflect the committed changes.