[PATCH] D43973: [AArch64] define isExtractSubvectorCheap

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 6 01:13:30 PST 2018


javed.absar added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:8176
 
+bool AArch64TargetLowering::isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
+                                                    unsigned Index) const {
----------------
This is similar (identical, in fact, as far as i can see) to whats done in A32. LGTM.


Repository:
  rL LLVM

https://reviews.llvm.org/D43973





More information about the llvm-commits mailing list