[PATCH] D33767: [Polly] [BlockGen] Support partial writes in regions

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 6 08:00:04 PDT 2017


Meinersbur added inline comments.


================
Comment at: lib/CodeGen/BlockGenerators.cpp:1520
     assert(RegionMaps.count(NewIncomingBlock));
     ValueMapT *LocalBBMap = &RegionMaps[NewIncomingBlock];
 
----------------
If we try consistly have the BBMaps of the StartBlock store the correct value maps: This looks up the EndBlock, which will probably be always empty.


https://reviews.llvm.org/D33767





More information about the llvm-commits mailing list