[BACKEND] Alignment pass improvements (#503)
This commit is contained in:
@@ -785,6 +785,7 @@ void generator::visit_load_inst(ir::load_inst* x){
|
||||
int width = std::min(tot_width, max_word_width);
|
||||
int n_words = std::max(1, tot_width / width);
|
||||
bool has_evict_policy = (x->get_eviction_policy() != ir::load_inst::NORMAL) && tgt_->as_nvidia()->sm() >= 80;
|
||||
has_evict_policy = false; // currently disable until supported in `store`
|
||||
// -----
|
||||
// create inline asm string
|
||||
// -----
|
||||
|
Reference in New Issue
Block a user