[PATCH] D126055: [X86] Add tests for FREM
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 20 02:42:08 PDT 2022
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM with one minor - nice to have some actual test coverage!
================
Comment at: llvm/test/CodeGen/X86/frem-libcall.ll:4
+
+; Ensure vectorized FREMs are not widened/unrolled such that they get lowered
+; into libcalls on undef elements.
----------------
Add a FIXME as this is currently broken
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126055/new/
https://reviews.llvm.org/D126055
More information about the llvm-commits
mailing list