[PATCH] D28453: SimplifyLibCalls: Remove checks for fabs
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 7 20:41:57 PST 2017
arsenm added a comment.
In https://reviews.llvm.org/D28453#639173, @davide wrote:
> I expected
> `define float @test_simplify7(float %x) {`
> in `InstCombine/pow-1.ll` to be updated, does it still pass?
The same change is done in https://reviews.llvm.org/D28405 since the call is later replaced
https://reviews.llvm.org/D28453
More information about the llvm-commits
mailing list