[PATCH] D51194: [InstCombine] Fix issue in the simplification of pow() with nested exp{, 2}()
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 27 09:11:35 PDT 2018
evandro added a comment.
The function `pow_exp2_libcall()` in the test case is one such example without `readnone`. I'll augment the test case with a reuse scenario.
Repository:
rL LLVM
https://reviews.llvm.org/D51194
More information about the llvm-commits
mailing list