[PATCH] D46343: [CFLGraph] Fixed Select instruction handling

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 12:26:13 PDT 2018


xbolva00 added a comment.

In https://reviews.llvm.org/D46343#1086890, @craig.topper wrote:

> I have no idea this isn't an area I'm familar with. The code is for ConstantExpr selects, but the select you created isn't a ConstantExpr. Almost the entire visitConstantExpr function is showing no coverage on the coverage bots http://llvm.org/reports/coverage/lib/Analysis/CFLGraph.h.gcov.html so I don't even know what to do.


I will try to rework it to ConstantExpr..


https://reviews.llvm.org/D46343





More information about the llvm-commits mailing list