Skip to content

[ARITH] Add Lowering rule for FloorDiv/Mod - #3976

Merged
tqchen merged 2 commits into
apache:masterfrom
tqchen:arith
Sep 20, 2019
Merged

[ARITH] Add Lowering rule for FloorDiv/Mod#3976
tqchen merged 2 commits into
apache:masterfrom
tqchen:arith

Conversation

@tqchen

Copy link
Copy Markdown
Member

This serves as a step to migrate integer analysis to make use of floormod/div

cc @icemelon9 @yzhliu@sgrechanik-h@umangyadav

Comment threadsrc/arithmetic/rewrite_simplify.cc
@tqchen
tqchen merged commit d7a0915 into apache:masterSep 20, 2019
@tqchen

Copy link
Copy Markdown
MemberAuthor

Thanks @umangyadav

wweic pushed a commit to wweic/tvm that referenced this pull request Sep 30, 2019
* [ARITH] Add Lowering rule for FloorDiv/Mod
* add comment about constant folding
wweic pushed a commit to wweic/tvm that referenced this pull request Sep 30, 2019
* [ARITH] Add Lowering rule for FloorDiv/Mod
* add comment about constant folding
wweic pushed a commit to neo-ai/tvm that referenced this pull request Oct 1, 2019
* [ARITH] Add Lowering rule for FloorDiv/Mod
* add comment about constant folding
Sign up for freeto 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

@tqchen@umangyadav