[PATCH] D85453: [PowerPC] Implement __int128 vector divide operations
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 6 22:45:52 PDT 2020
amyk accepted this revision as: amyk.
amyk added a comment.
This revision is now accepted and ready to land.
Overall LGTM.
================
Comment at: llvm/test/CodeGen/PowerPC/p10-vector-divide.ll:53
+
+define <1 x i128> @test_vdivsq(<1 x i128> %x, <1 x i128> %y) nounwind readnone {
+; CHECK-LABEL: test_vdivsq:
----------------
nit: I think `nounwind readnone` can probably be omitted.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85453/new/
https://reviews.llvm.org/D85453
More information about the llvm-commits
mailing list