[PATCH] D41377: [AMDGPU] Turn off MergeConsecutiveStores() before Instruction Selection for AMDGPU

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 11:17:53 PST 2017


arsenm accepted this revision.
arsenm added a comment.

LGTM



================
Comment at: lib/Target/AMDGPU/AMDGPUISelLowering.h:207-208
+  // for AMDGPU.
+  // A commit ( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319036
+  // 91177308-0d34-0410-b5e6-96231b3b80d8 ) turned on
+  // MergeConsecutiveStores() before Instruction Selection for all targets.
----------------
Just r 319036, the rest is junk


https://reviews.llvm.org/D41377





More information about the llvm-commits mailing list