[PATCH] D11621: AMDGPU/SI: Mark SMRD instructions as rematerializable

Michel Dänzer michel.daenzer at gmail.com
Thu Jul 30 00:47:37 PDT 2015


michel.daenzer added a subscriber: michel.daenzer.
michel.daenzer added a comment.

Also, is rematerializing SMRD instructions to save SGPR spills really a win? 64 SGPRs can be spilled to a single VGPR, but the rematerialized SMRD instruction is only cheap if the loaded value is still in cache, right?


http://reviews.llvm.org/D11621







More information about the llvm-commits mailing list