Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM on the polly bits.
The polly output is changing because polly strips "zext" operations off SCEV expressions, but doesn't touch extensions inside a SCEV expression. The updated test still tests what it's supposed to test.