[PATCH] D25829: AMDGPU: Fix SILoadStoreOptimizer when writes cannot be merged due register dependencies

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 24 04:55:25 PDT 2016


arsenm added a comment.

Should this be using MachineInstr::isSafeToMove instead of this custom logic?


https://reviews.llvm.org/D25829





More information about the llvm-commits mailing list