[PATCH] D123962: [InstCombine] fold freeze of partial undef/poison vector constants
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 18 14:50:35 PDT 2022
lebedev.ri added a comment.
Given that we are replacing `freeze constant` with `constant`, and selecting the constant based on all the users,
can we instead go over all the users, and perform replacement for each one separately, always picking the best choice?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123962/new/
https://reviews.llvm.org/D123962
More information about the llvm-commits
mailing list