[PATCH] D78634: AArch64: materialize large stack offset into xzr correctly.

Oliver Stannard (Linaro) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 22 07:01:02 PDT 2020


ostannard added a comment.

Actually, if the destination is XZR, the adds won't have any effect, so surely we don't need to emit any instructions? Could we just early-return without emitting anything if `DestReg == XZR`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78634





More information about the llvm-commits mailing list