Add quotRem and quot built-in rules (#22152)
- Commit 1: add quotRem with dead binders rule
- Commit 2: add rule: (x
quotl1)quotl2 ==> 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
WordQuotRem2Opok-for-speculation
Edited by Sylvain Henry