[PATCH] D109379: Implementation of PPC lowering for vp_load/vp_store with no mask
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 10 10:57:03 PDT 2021
nemanjai added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/ldst-with-length-vector.ll:7
+; CHECK: # %bb.0:
+; CHECK-NEXT: li 4, 1
+; CHECK-NEXT: rldic 4, 4, 60, 3
----------------
I must be missing something here. I thought the `%evl` parameter is the `explicit vector length` but it is clearly getting ignored and we are shifting a constant. So I don't really follow what is happening here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109379/new/
https://reviews.llvm.org/D109379
More information about the llvm-commits
mailing list