[PATCH] D89590: [NPM][SimplifyCFGPass] For OptForFuzzing attribute, disable SimplifyCondBranch and FoldTwoEntryPHINode in NPM
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 16 13:25:44 PDT 2020
lebedev.ri added a comment.
In D89590#2335864 <https://reviews.llvm.org/D89590#2335864>, @aeubanks wrote:
> In D89590#2335840 <https://reviews.llvm.org/D89590#2335840>, @lebedev.ri wrote:
>
>> Why is this NPM specific?
>
> This is something the legacy pass did but was not properly ported to the NPM pass.
Right. But why is this PM-specific at all, why aren't the folds themselves guarded with that?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89590/new/
https://reviews.llvm.org/D89590
More information about the llvm-commits
mailing list