[PATCH] D121182: Expose ScalarizerPass options to C++ (not just commandline)
Benoit Jacob via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 7 21:01:09 PST 2022
Benoit added a comment.
Context: I needed this for https://github.com/google/iree/pull/8474 . I found that TSan instrumentation expects vector sizes to be <= 16, and in my project (IREE) we have tests with higher vector sizes. That left some tests function uninstrumented, resulting in crashes as instrumented called into them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121182/new/
https://reviews.llvm.org/D121182
More information about the llvm-commits
mailing list