[Bug tree-optimization/20231] missed optimization of loop IV modulus

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 13:12 --- (In reply to comment #3) > How useful is this transformation for real world code? This shows up in the RC4 code if I heard correctly. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20231

[Bug tree-optimization/20231] missed optimization of loop IV modulus

2005-02-28 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-02-28 13:09 --- How useful is this transformation for real world code? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20231

[Bug tree-optimization/20231] missed optimization of loop IV modulus

2005-02-27 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-02-27 11:23 --- Here's a paper about this if anybody wants to do this systematically: Saman Amarasinghe, Walter Lee, Ben Greenwald. Strength Reduction of Integer Division and Modulo Operations LCPC 2001 http://www.lcs.mit.edu/publ

[Bug tree-optimization/20231] missed optimization of loop IV modulus

2005-02-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-27 06:55 --- Confirmed, this is semi hard. -- What|Removed |Added CC|