[PATCH] D67741: [MTE] Handle MTE instructions in AArch64LoadStoreOptimizer.

Oliver Stannard (Linaro) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 20 02:36:12 PDT 2019


ostannard accepted this revision.
ostannard added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/CodeGen/AArch64/ldst-opt-mte.mir:4
+
+### STG and its offset limits
+
----------------
eugenis wrote:
> ostannard wrote:
> > We should also test a mis-aligned offset (e.g. `$x0 = ADDXri $x0, 8, 0`) as well as the edges of the range.
> Added a test for mis-aligned offset. What do you mean by the edges of the range? There are tests for extreme values of the offset in ADDXri, see test_STG_post2 .. test_STG_post5 below and the same for STGP.
I meant the extreme values which you already have tests for.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67741





More information about the llvm-commits mailing list