[PATCH] D143377: [SingleSource/Vectorizer] Move helper functions & macros to header.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 03:11:43 PST 2023


fhahn created this revision.
fhahn added a reviewer: Meinersbur.
Herald added a subscriber: StephenFan.
Herald added a project: All.
fhahn requested review of this revision.
Herald added a subscriber: pcwang-thead.

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


Repository:
  rT test-suite

https://reviews.llvm.org/D143377

Files:
  SingleSource/UnitTests/Vectorizer/common.h
  SingleSource/UnitTests/Vectorizer/recurrences.cpp
  SingleSource/UnitTests/Vectorizer/runtime-checks.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143377.495063.patch
Type: text/x-patch
Size: 7568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230206/f7f1a5f0/attachment.bin>


More information about the llvm-commits mailing list