[PATCH] D81108: [AArch64] Fix ldst-opt of multiple disjunct subregs.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 11:35:24 PDT 2020


efriedma added a comment.

> I pushed a test with an LDP with an undef operand in 22c2dc5931a73eebf2a2e2b2d7a8cf757907dc3e <https://reviews.llvm.org/rG22c2dc5931a73eebf2a2e2b2d7a8cf757907dc3e>. The undef register would be the next one to pick, but it is skipped (because it is also a def). Was that what you had in mind?

Yes; thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81108





More information about the llvm-commits mailing list