Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 8515 Build 8515: arc lint + arc unit
Event Timeline
Comment Actions
@grosser I'm not entirely sure if this makes it cleaner due to the interfacing with PPCG. I think it's easier to see the transforms that are going on.
Comment Actions
I am fine with moving more to the C++ interface.
Two comments;
- Use isl::manage(isl_ast_build_copy(Build)) and drop the "Build.release()" line
- I really dislike the Build_ variable name. Can you call it Build_C?
Comment Actions
- [NFC wrt patch] copy the isl_multi_pw_aff object rather than acquiring and releasing it.
Comment Actions
This was closed by r308869. Unfortunately, the commit was mis-labeled, and wound up closing D35771