[PATCH] D17257: New utility class ReachingPhysDefs for post-ra analysis.

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 14:22:07 PST 2016


kparzysz added a comment.

The RDF actually creates a data-flow graph for physical registers.  It's currently under lib/Target/Hexagon/, but it was written as target-independent.  Its only current limitation is lack of handling of regmasks, but that can be added fairly easily.


http://reviews.llvm.org/D17257





More information about the llvm-commits mailing list