[PATCH] D83303: [SelectionDAG] Fix incorrect offset when expanding CONCAT_VECTORS.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 07:01:19 PDT 2020


paulwalker-arm marked an inline comment as done.
paulwalker-arm added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-fixed-length-shuffles.ll:13
+; CHECK: ptrue [[OUT_PG:p[0-9]+]].d, vl4
+; CHECK: mov x[[LO_ADDR:[0-9]+]], sp
+; CHECK: ld1d { z{{[0-9]+}}.d }, [[OUT_PG]]/z, [x[[LO_ADDR]]]
----------------
The tests are a little looser than I'd like but this mov prevents me from using CHECK-DAG because there's a similar unrelated mov that's part of the function prolog.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83303





More information about the llvm-commits mailing list