Skip to content

[mlir][dxsa] Add integer arithmetic instructions#191

Merged
tagolog merged 1 commit into
dxsa-mlirfrom
vshiryaev/dxsa-mlir-integer-arithmetic-instructions
Jun 26, 2026
Merged

[mlir][dxsa] Add integer arithmetic instructions#191
tagolog merged 1 commit into
dxsa-mlirfrom
vshiryaev/dxsa-mlir-integer-arithmetic-instructions

Conversation

@tagolog

@tagolog tagolog commented Jun 21, 2026

Copy link
Copy Markdown

Example:
dxsa.iadd r<0>, -r<1>, -r<2>
dxsa.imax r<0>, r<1>, r<2>
dxsa.imin r<0>, r<1>, r<2>
dxsa.ineg r<0>, r<1>
dxsa.umax r<0>, r<1>, r<2>
dxsa.umin r<0>, r<1>, r<2>

@tagolog tagolog requested review from asavonic, asl and hvdijk June 21, 2026 02:05
@tagolog tagolog self-assigned this Jun 21, 2026
Comment thread mlir/lib/Target/DXSA/BinaryParser.cpp Outdated
@tagolog tagolog force-pushed the vshiryaev/dxsa-mlir-integer-arithmetic-instructions branch from 481bd53 to d4018c2 Compare June 25, 2026 07:20
@tagolog tagolog requested a review from hvdijk June 25, 2026 07:22
Example:
 dxsa.iadd r<0>, -r<1>, -r<2>
 dxsa.imax r<0>, r<1>, r<2>
 dxsa.imin r<0>, r<1>, r<2>
 dxsa.ineg r<0>, r<1>
 dxsa.umax r<0>, r<1>, r<2>
 dxsa.umin r<0>, r<1>, r<2>

Signed-off-by: Vladimir Shiryaev <vshiryaev@accesssoftek.com>
@tagolog tagolog force-pushed the vshiryaev/dxsa-mlir-integer-arithmetic-instructions branch from d4018c2 to 7cf519b Compare June 26, 2026 19:13
@tagolog tagolog merged commit 72ebc8f into dxsa-mlir Jun 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants