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 middle-end/11831] [ARM] Logical expression evaluation with condition fields



------- Comment #5 from rearnsha at gcc dot gnu dot org  2009-03-17 11:41 -------
This isn't something that should be fixed in the back-end, but most likely an
enhancement to a pass such as ifcvt.  To handle this case we would have to
teach ifcvt about dominated conditions and conditional comparisons -- at
present it can only handle conditional insns that do not modify the predicating
condition.


-- 

rearnsha at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |middle-end
           Priority|P3                          |P4


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


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