[PATCH] D82584: [PowerPC][Power10] Exploit the High Order Vector Multiply Instructions on Power10

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 26 09:17:29 PDT 2020


amyk marked 2 inline comments as done.
amyk added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/p10-vector-multiply.ll:8
+; This includes the high order and low order versions of vector multiply,
+; that operate on signed and unsigned words and doublewords.
 
----------------
anil9 wrote:
> nit: that -> those / which (as you said versions)
I've actually updated and the comment to be a bit more descriptive (in hopes it would make more sense). 


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

https://reviews.llvm.org/D82584





More information about the llvm-commits mailing list