[PATCH] D68577: [LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)

Gil Rapaport via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 23:28:54 PST 2019


gilr added a comment.

In D68577#1732352 <https://reviews.llvm.org/D68577#1732352>, @bkramer wrote:

> This fails with asan: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/36343/steps/check-llvm%20asan/logs/stdio
>  Reverted in d3ec06d219788801380af1948c7f7ef9d3c6100b <https://reviews.llvm.org/rGd3ec06d219788801380af1948c7f7ef9d3c6100b>


Fail was due to a bug in IAI whose reset() method was not clearing the set holding pointers to the interleave groups being deleted, uncovered by this patch's use of the set. Patch recommited as 100e797adb433724a17c9b42b6533cd634cb796b <https://reviews.llvm.org/rG100e797adb433724a17c9b42b6533cd634cb796b> with a fix to reset().
Thanks Benjamin!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68577





More information about the llvm-commits mailing list