This is an archive of the discontinued LLVM Phabricator instance.

Add unit test with invariant store for vectorizer memory runtime checks
ClosedPublic

Authored by igor.kirillov on Apr 28 2022, 5:47 AM.

Details

Diff Detail

Repository
rT test-suite

Event Timeline

igor.kirillov created this revision.Apr 28 2022, 5:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 28 2022, 5:47 AM
igor.kirillov requested review of this revision.Apr 28 2022, 5:47 AM
fhahn accepted this revision.May 2 2022, 1:10 PM

LGTM, thanks!

SingleSource/UnitTests/Vectorizer/runtime-checks.cpp
246

nit: indent seems off a bit here.

251

nit: might be good to include invariant store or something in the string.

This revision is now accepted and ready to land.May 2 2022, 1:10 PM

Address 'nits' requests

igor.kirillov marked 2 inline comments as done.May 3 2022, 3:31 AM