This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/19922] xor is enclosed in loop, and exectuted on each iteration of for statement


------- Additional Comments From gj at pointblue dot com dot pl  2005-02-12 16:39 -------
that would be great if it will happend for 4.0. 
My bug here acctualy has two sides than. First gcc fails to trace register 
value that doesn't change and thus does not require to be cleared on every 
loop. Secondly also loop vectorizer fails to produce vector code, but that 
wasn't my initial problem anyway, just a second thought. 
 
thanks. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19922


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]