[PATCH] D132553: [instcombine] Test for zero initialisation optimisation of integer product
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 24 06:27:21 PDT 2022
fhahn added a comment.
Thanks for covering the integer case as well. It might be good to rename `llvm/test/Transforms/InstCombine/remove-loop-phi-fastmul.ll` to something like `llvm/test/Transforms/InstCombine/remove-loop-phi-multiply-by-zero.ll` or something, as `-fastmul` still carries a hint to fast FP math.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132553/new/
https://reviews.llvm.org/D132553
More information about the llvm-commits
mailing list