Skip to content
Snippets Groups Projects
  • Ziheng Jiang's avatar
    c8ebfbe3
    [PASS]LoopPartition (#56) · c8ebfbe3
    Ziheng Jiang authored
    * loop_partition draft
    
    * divide loop variable into constant domain and variable domain & consider multiple partitions
    
    * process doubt interval
    
    * fix and refactor, add relax_map arg in BoundDeduce
    
    * fix testcase and comment
    
    * rebase to zero, convert to SSA
    
    * change the logic of generating loop code & fix issues
    
    * add a testcase for relax map in deducebound && fix issues
    
    * clean code
    
    * const auto&
    
    * add test_multi_if
    c8ebfbe3
    History
    [PASS]LoopPartition (#56)
    Ziheng Jiang authored
    * loop_partition draft
    
    * divide loop variable into constant domain and variable domain & consider multiple partitions
    
    * process doubt interval
    
    * fix and refactor, add relax_map arg in BoundDeduce
    
    * fix testcase and comment
    
    * rebase to zero, convert to SSA
    
    * change the logic of generating loop code & fix issues
    
    * add a testcase for relax map in deducebound && fix issues
    
    * clean code
    
    * const auto&
    
    * add test_multi_if