-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
Description
Bugzilla Link | 1401 |
Resolution | FIXED |
Resolved on | Aug 29, 2010 02:08 |
Version | trunk |
OS | All |
Depends On | llvm/llvm-bugzilla-archive#3203 |
Blocks | #1760 |
CC | @asl,@lattner,@sunfishcode |
Extended Description
The various targets (x86, arm, ppc, etc) should model their effect on their flags register (EFLAGS, CR0,
etc). This will let us optimize these away, and is a dependency for various code motion optimizations at
the machine instr level (scheduling, licm, etc).
-Chris