[PATCH] D91786: [GVN] Strengthen the updating of dominated users

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 05:59:39 PST 2020


jonpa added a comment.

This seems to have very limited impact on GVN in general: In total, only 3 branches and 2 comparisons less on SPEC 2017 (SystemZ). This means that the patch could probably be reduced to more specifically handle the builtin_constant_p case and not much more...


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91786/new/

https://reviews.llvm.org/D91786



More information about the llvm-commits mailing list