[PATCH] D108903: [llvm-reduce] Add reduce operands pass

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 9 10:15:37 PDT 2021


lebedev.ri added a comment.

In D108903#2992079 <https://reviews.llvm.org/D108903#2992079>, @nikic wrote:

> @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.

Precisely. I have no clue how else i need to reword my message to get my thought across,


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