[PATCH] D66688: [LoopVectorize] Leverage speculation safety to avoid masked.loads

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 09:34:03 PDT 2019


xbolva00 added inline comments.


================
Comment at: lib/Transforms/Vectorize/LoopVectorizationLegality.cpp:976
+    // Speculative load may load data from dirty regions.
+    F.hasFnAttribute(Attribute::SanitizeAddress) ||
+    F.hasFnAttribute(Attribute::SanitizeHWAddress);
----------------
Also SanitizeMemory?


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

https://reviews.llvm.org/D66688





More information about the llvm-commits mailing list