- Introduce the concept of the graph state bitset: This is a set of flags that indica...
authorMatthias Braun <matze@braunis.de>
Wed, 13 May 2009 11:44:51 +0000 (11:44 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 13 May 2009 11:44:51 +0000 (11:44 +0000)
commitf98f336c1bfec93bcf432f38c23528d47dc90fe9
tree56dc9c0a0de7591a73558e4308fa354a42988d47
parent94bae803683a67bd6fdf43d7e30040a8f8c730b3
- Introduce the concept of the graph state bitset: This is a set of flags that indicate the current "state" of a graph.
  (Used so far to indicate wether muxes are lowered and should not be touched anymore and wether architecture dependent mul and div with constant implementations are used)
  We should use this to indicate dom/loop/... consistency in the fututure
- fixed a bug where lower_mode_b was creating a "set" instruction with the help of a Mux. (Maybe we should create a new Node for this and not use a 0/1 mux?)

[r25937]
include/libfirm/irgraph.h
ir/ir/irarch.c
ir/ir/irflag_t.def
ir/ir/irgraph.c
ir/ir/irgraph_t.h
ir/ir/iropt.c
ir/ir/irtypes.h
ir/lower/lower_mode_b.c