[PATCH] D152407: [AArch64] Merge LDRSWpre-LD[U]RSW pair into LDPSWpre.

Zhuojia Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 09:48:49 PDT 2023


chaosdefinition added a comment.

In D152407#4423993 <https://reviews.llvm.org/D152407#4423993>, @dmgreen wrote:

> Can you add a test where getMatchingNonSExtOpcode would be true, and we could turn into a ldp+sext? I'm not sure if it will actually happen at the moment with pre nodes. LDRSWpre + LDRWui and maybe LDRWpre + LDRSWui

Addressed in D152564 <https://reviews.llvm.org/D152564>.  Indeed these are currently not merged; perhaps fix them in the future?


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

https://reviews.llvm.org/D152407



More information about the llvm-commits mailing list