[PATCH] D19463: Thread TargetLibraryInfo through PHITransAddr.
Nick Lewycky via llvm-commits
llvm-commits at lists.llvm.org
Sun May 8 23:11:49 PDT 2016
nicholas added a comment.
Ping? (Phab doesn't note that I replied to Rafael, it was on llvm-commits.)
I think it makes more sense to pass TLI from people who have it to utility functions that take it, even if they don't use it today.
If we don't thread it through we should remove it PHITransAddr but also from the parts of simplify instruction that don't use it too.
Repository:
rL LLVM
http://reviews.llvm.org/D19463
More information about the llvm-commits
mailing list