This patch implements transform for pattern "(A & B) | ((~A) ^ B) -> (~A ^ B)".
[oota-llvm.git] / lib / MC / MCCodeGenInfo.cpp
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...