InstCombine: ((A & ~B) ^ (~A & B)) to A ^ B
[oota-llvm.git] / lib / Transforms / IPO / BarrierNoopPass.cpp
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2012-10-18 Chandler CarruthIntroduce a BarrierNoop pass, a hack designed to allow...