[PATCH] D99439: Update @llvm.powi to handle different int sizes for the exponent
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 11 13:34:51 PDT 2021
xbolva00 added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/pow_fp_int16.ll:3
-; PR42190
+; Test case was copied from pow_fp_int.ll but adjusted for 16-bit int.
+; Assuming that we can't generate test checks for the same reason (PR42740).
----------------
Precommit? And we dont need full copy of existings tests - 2-3 tests for 16bit int are anough.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99439/new/
https://reviews.llvm.org/D99439
More information about the cfe-commits
mailing list