[PATCH] D43544: [Transforms][SROA] Fixed assertion crash (PR30416)

Konstantin Belochapka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 00:55:22 PDT 2020


kbelochapka added a comment.

This problem was fixed:

  commit 2cd9451d45d2cfd560395c25c12d27d8f6090d1b
  Date:   Thu Jun 7 11:09:05 2018 +0000
  
  [Mem2Reg] Avoid replacing load with itself in promoteSingleBlockAlloca.
  We do the same thing in rewriteSingleStoreAlloca.
  
  Differential Revision: https://reviews.llvm.org/D47825


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D43544/new/

https://reviews.llvm.org/D43544



More information about the llvm-commits mailing list