[TritonIR] make other optional and remove isOtherUnspecified (#67)
[Triton] make other optional and remove isOtherUnspecified
This commit is contained in:
@@ -229,8 +229,7 @@ struct TritonLoadPattern : public OpConversionPattern<triton::LoadOp> {
|
||||
Type retType = getTypeConverter()->convertType(op.getType());
|
||||
rewriter.replaceOpWithNewOp<triton::LoadOp>(
|
||||
op, retType, adaptor.ptr(), adaptor.mask(), adaptor.other(),
|
||||
adaptor.cache(), adaptor.evict(), adaptor.isVolatile(),
|
||||
adaptor.isOtherUnspecified());
|
||||
adaptor.cache(), adaptor.evict(), adaptor.isVolatile());
|
||||
return success();
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user