[PATCH] D88217: [GVN] Make propagateEquality look into the operand of freeze

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 13:30:30 PDT 2020


fhahn added a comment.

In D88217#2293418 <https://reviews.llvm.org/D88217#2293418>, @aqjune wrote:

> About pointer equality propagation - @fhahn added `canReplacePointersIfEqual` at https://reviews.llvm.org/D85524. Would it be good if I update GVN to use this function?

I have some patches for GVN & CVP, just need to find some time to get them ready. Should hopefully happen soon.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88217



More information about the llvm-commits mailing list