[PATCH] D67072: [LV] Precommit test case showing miscompile from PR43166. NFC
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 2 06:05:59 PDT 2019
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/test/Transforms/LoopVectorize/lv-fold-tail-by-masking-bug.ll:5
+
+; Test cases below are reduced (and slightly modified) reproducers based on a
+; problem seen when compiling a C program like this:
----------------
IMO it should be sufficient to have a link to the bug report with the C code.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67072/new/
https://reviews.llvm.org/D67072
More information about the llvm-commits
mailing list