[PATCH] D108903: [llvm-reduce] Add reduce operands pass
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 9 09:52:52 PDT 2021
nikic added subscribers: lebedev.ri, nikic.
nikic added a comment.
@aeubanks I believe @lebedev.ri is asking you to use `undef` for the initial patch and then switch `undef` to `0` consistently for all reductions in llvm-reduce. Right now everything else uses undef, and this place is going to use 0.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108903/new/
https://reviews.llvm.org/D108903
More information about the llvm-commits
mailing list