- 14 Aug, 2024 1 commit
-
-
Juni May authored
-
- 13 Aug, 2024 9 commits
- 12 Aug, 2024 8 commits
- 11 Aug, 2024 2 commits
-
-
冯思程 authored
- 09 Aug, 2024 3 commits
- 08 Aug, 2024 2 commits
- 07 Aug, 2024 6 commits
- 06 Aug, 2024 7 commits
-
-
卡缪Kamew authored
很奇怪。 现在只开了MEM2REG、INSTCOMBINE和INLINE这三个pass,其中INSTCOMBINE只开了div_rem_to_mul()这一个RULE(作用只剩下检测mod 0了)。 div_rem_to_mul会在第一次遇到mod 0 的时候panic并输出mod 0的inst并输出当前context,看orzir会发现确实是mod了0. 但是,如果关掉INSTCOMBINE,剩下两个pass会把mod 0的部分优化掉,最终还是正确的(?,奇怪)
-
https://github.com/JuniMay/orzcc卡缪Kamew authored
-
卡缪Kamew authored
CastOp::FpToUi | CastOp::FpToSi used to bitcast float into i64.
-
Juni May authored
-
卡缪Kamew authored
now I'm going to debug previous fold of float.
-
Juni May authored
-
Juni May authored
-
- 05 Aug, 2024 2 commits
-
-
Synodic authored
-
SynodicMonth authored
more scalar strength reduce
-