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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 12:24:41 PDT 2018


craig.topper added a comment.

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.


https://reviews.llvm.org/D46343





More information about the llvm-commits mailing list