summaryrefslogtreecommitdiff
path: root/src/ir/features.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir/features.h')
-rw-r--r--src/ir/features.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ir/features.h b/src/ir/features.h
index ed7fb6ff5..505e239a5 100644
--- a/src/ir/features.h
+++ b/src/ir/features.h
@@ -76,6 +76,14 @@ inline FeatureSet get(UnaryOp op) {
ret.setSIMD();
break;
}
+ case ExtendS8Int32:
+ case ExtendS16Int32:
+ case ExtendS8Int64:
+ case ExtendS16Int64:
+ case ExtendS32Int64: {
+ ret.setSignExt();
+ break;
+ }
default: {}
}
return ret;