[PATCH] D59500: [ConstantFolding] Fix GetConstantFoldFPValue to avoid cast overflow.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 09:18:54 PDT 2019
lebedev.ri added inline comments.
================
Comment at: test/Transforms/ConstProp/calls.ll:199
+; CHECK-LABEL: @test_intrinsic_pow(
+; CHECK-NOT: call
+; CHECK: ret
----------------
Bad test. It already is optimized.
https://godbolt.org/z/Y2DAxa
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59500/new/
https://reviews.llvm.org/D59500
More information about the llvm-commits
mailing list