Add quotRem and quot built-in rules (#22152)
- Commit 1: add quotRem with dead binders rule
- Commit 2: add rule: (x
quot
l1)quot
l2 ==> xquot
(l1*l2) - Commit 3: fix 64-bit division primops to make them ok-for-speculation when divisor /= 0, just like the other ones
- Commit 4: also make
WordQuotRem2Op
ok-for-speculation
Edited by Sylvain Henry