Skip to content
  • Caio Oliveira's avatar
    nir: Add test file for vars related passes · bbda2a17
    Caio Oliveira authored
    
    
    Add basic helpers for doing tests on the vars related optimization
    passes.  The main goal is to lower the barrier to create tests during
    development and debugging of the passes.  Full coverage is not a
    requirement.
    
    v2: Make find_next_intrinsic() skip blocks before 'after'. (Jason)
        Move nir_imm_ivec2() to nir_builder.h. (Jason)
    
    Reviewed-by: default avatarJason Ekstrand <jason@jlekstrand.net>
    bbda2a17