[PATCH] D119121: [test-suite] Add unit tests for vectorizer memory runtime checks.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 9 17:31:08 PST 2022


Meinersbur added inline comments.


================
Comment at: SingleSource/UnitTests/Vectorizer/runtime-checks.cpp:7
+// vectorized versions of a loop requiring runtime checks on the same inputs
+// with pointers to the same buffer using various offsets. Fails if they do not
+// produce the same results.
----------------
Meinersbur wrote:
> Something that would have made me understand the purpose easer.
I just noticed the added "from/to same memory buffer" would be redundant.


Repository:
  rT test-suite

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119121/new/

https://reviews.llvm.org/D119121



More information about the llvm-commits mailing list