[PATCH] D82609: [PowerPC] Implement Vector Multiply High/Divide Extended Builtins in LLVM/Clang

Victor Huang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 17 13:50:36 PDT 2020


NeHuang added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/p10-vector-divide.ll:59
+
+define <4 x i32> @test_vdivesw(<4 x i32> %a, <4 x i32> %b) {
+; CHECK-LABEL: test_vdivesw:
----------------
nit:  do we also need  `_intrinsic` in the name as the test cases for the vector multiply high intrinsics.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82609/new/

https://reviews.llvm.org/D82609



More information about the cfe-commits mailing list