summaryrefslogtreecommitdiff
path: root/tests/10optimizer_bytecode/powxpow
blob: c3ea5c58400fc82af5e3a141d57ac3068ce4125d (plain)
1
2
3
4
5
6
# cPow  x    [IsIntegerConst(x)] cPow -> [x] cMul cPow
T=d
V=x
R=-.1,.1,0.01
F=(x^1.7)^1506
C=fp_pow(fp_pow(x,1.7),1506)