[Mlir-commits] [mlir] [mlir][tosa] Add add/sub/mul/div_floor/div_ceil_shape ops (PR #169321)
Luke Hutton
llvmlistbot at llvm.org
Mon Dec 15 09:26:00 PST 2025
================
@@ -30,15 +30,8 @@ def TosaShapeOperator : NativeOpTrait<"TosaShapeOperator"> {
class Tosa_ShapeOp<string mnemonic, list<Trait> traits = []>
: Tosa_Op<mnemonic, !listconcat(traits, [TosaShapeOperator, Pure])> {
- list<Availability> availability = [
- Profile<[Tosa_PRO_INT, Tosa_PRO_FP]>,
- Extension<[]>,
- ];
----------------
lhutton1 wrote:
I can't recall the reason for deciding to do this, other than possibly wanting to be more explicit. I'll see if I can revert back to this format, but opting to override the default for tosa.const_shape, as opposed to all others - thanks!
https://github.com/llvm/llvm-project/pull/169321
More information about the Mlir-commits
mailing list