[PATCH] [Polly][Refactor] Cleanup runtime code generation

Johannes Doerfert doerfert at cs.uni-saarland.de
Mon Sep 8 10:04:53 PDT 2014


The difference to the first version is in the "simplifyRegion" function. It will now ensure that the unique entering edge is also unconditional, thus when we put our runtime check code into the entering block it will always execute at least the rtc guard.

http://reviews.llvm.org/D5076






More information about the llvm-commits mailing list