[PATCH] D31993: [AMDGPU] Combine DS operations with offsets bigger than byte

Valery Pykhtin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 10:25:08 PDT 2017


vpykhtin added a comment.

Looks good.



================
Comment at: lib/Target/AMDGPU/SILoadStoreOptimizer.cpp:78
+    unsigned Offset1;
+    unsigned BaseOff;
+    bool UseST64;
----------------
Why 3 offsets?


Repository:
  rL LLVM

https://reviews.llvm.org/D31993





More information about the llvm-commits mailing list