This is an archive of the discontinued LLVM Phabricator instance.

[SingleSource/Vectorizer] Move helper functions & macros to header.
ClosedPublic

Authored by fhahn on Feb 6 2023, 3:11 AM.

Details

Summary

A couple of macros are used by multiple tests. To allow for easier
re-use, move them into a common header.

Diff Detail

Repository
rT test-suite