"vscode:/vscode.git/clone" did not exist on "5545bbc54b5a2d5ea1e55e0426075afca1753ee8"
  • kahmed10's avatar
    Create allocate op and replace_allocate pass (#1183) · add6fb3b
    kahmed10 authored
    
    
    * add allocate op header
    
    * formatting
    
    * add replace_allocate pass
    
    * formatting
    
    * move output param to remove_allocate pass
    
    * formatting
    
    * fix bugs in replace_allocate pass
    
    * formatting
    
    * fix verify if tests
    
    * formatting
    
    * move if op logic
    
    * formatting
    
    * cleanup lowering
    
    * cleanup lowering
    
    * formatting
    
    * fix tidy
    
    * formatting
    
    * fix tidy
    
    * add cpu allocate check
    
    * formatting
    
    * change cpu allocate in pass
    
    * formatting
    
    * add some tests for replace_allocate pass
    
    * formatting
    
    * pass by ref
    
    * fix run_pass
    
    * formatting
    
    * update variable name for module
    
    * update dce to use contains() and fix tidy
    
    * formatting
    
    * update cppcheck
    
    * add if test
    
    * formatting
    
    * add if test
    
    * rename var to mod_output_names
    
    * formatting
    
    * remove conditional
    
    * update allocate op and tests
    
    * formatting
    
    * update replace_allocate tests
    
    * update create_output_names() and conditional in replace_allocate
    
    * formatting
    
    * remove extra variable in replace_allocate
    
    * update tools script for allocation_model
    Co-authored-by: default avatarUmang Yadav <29876643+umangyadav@users.noreply.github.com>
    Co-authored-by: default avatarChris Austen <causten@users.noreply.github.com>
    Co-authored-by: default avatarPaul Fultz II <pfultz2@yahoo.com>
    add6fb3b
target.cpp 5.31 KB