[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 10:00:07 PST 2017
arsenm added inline comments.
================
Comment at: lib/Target/AMDGPU/AMDGPUISelLowering.h:205
+ bool mergeStoresAfterLegalization() const override { return false; }
+
----------------
Needs a comment explaining why
https://reviews.llvm.org/D41377
More information about the llvm-commits
mailing list