[BACKEND] Add .wt store cache modifier (#1831)

This commit is contained in:
Thomas
2023-06-28 10:40:30 -07:00
committed by GitHub
parent 1095eecd7a
commit e5d7411a69
5 changed files with 17 additions and 3 deletions

View File

@@ -357,6 +357,7 @@ struct StoreOpConversion
.o("wb", op.getCache() == triton::CacheModifier::WB)
.o("cg", op.getCache() == triton::CacheModifier::CG)
.o("cs", op.getCache() == triton::CacheModifier::CS)
.o("wt", op.getCache() == triton::CacheModifier::WT)
.o("L1::evict_first",
op.getEvict() == triton::EvictionPolicy::EVICT_FIRST)
.o("L1::evict_last",