[PATCH] D70450: [AArch64] Teach Load/Store optimizier to rename store operands for pairing.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 09:11:17 PST 2019


fhahn marked an inline comment as done.
fhahn added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/stp-opt-with-renaming.mir:10
+  entry:
+    %dst.0 = getelementptr inbounds i64, i64* %src, i32 4
+    %lv1 = load i64, i64* %src
----------------
it seems like we need the IR references for the test (AA?). Or is there a trick to get rid of them?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70450





More information about the llvm-commits mailing list