[polly] ICE with scev-codegen after removal of RegionSimplify

Sebastian Pop spop at codeaurora.org
Fri May 24 10:25:52 PDT 2013


Tobias Grosser wrote:
> We would need one patch that models scalar dependences in the polyhedral model
> and a second that introduces the allocs/loads/stores if it encounters scalar
> dependences during code generation.

Why would you need to generate things on the stack in codegen?  I think we
should be able to directly generate SSA ;-)

The whole point of going out of SSA for scalar dependences crossing BBs (going
out of scop, etc.) was to expose scalar deps to the dependence analysis.  Now
that we walk the further mile to represent scalar deps in the dependence graph,
we should be able to also produce much better scalar SSA code.

Sebastian
-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation



More information about the llvm-commits mailing list