[PATCH] D80826: [CodeGen][SVE] Replace deprecated calls in getCopyFromPartsVector()

Henry Kao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 16:25:07 PDT 2020


hkao13 added a comment.

@efriedma My weak ordering was wrong. The logic I posted above does not always hold.  A > B and B < A can both be true if one is scalable and the other is not. Anyhow what you propose makes sense. I made the changes in the latest edit.


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

https://reviews.llvm.org/D80826





More information about the llvm-commits mailing list