[PATCH] D138526: [SimpleLoopUnswitch] unswitch selects
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 3 00:30:21 PDT 2023
nikic added a comment.
@vilatybuka This transform introduces a freeze on the select condition. msan assumes clean shadow for freeze. So I think by itself this shouldn't cause false positives in msan (at worst only false negatives, which are okay). Something more must be going on here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138526/new/
https://reviews.llvm.org/D138526
More information about the llvm-commits
mailing list