// FIXME: Implement the switch instruction in the instruction selector!
PM.add(createLowerSwitchPass());
- // FIXME: Add support for the select instruction natively.
- PM.add(createLowerSelectPass(true));
-
if (NoPatternISel)
PM.add(createX86SimpleInstructionSelector(*this));
else
// FIXME: Implement the switch instruction in the instruction selector!
PM.add(createLowerSwitchPass());
- // FIXME: Add support for the select instruction natively.
- PM.add(createLowerSelectPass(true));
-
if (NoPatternISel)
PM.add(createX86SimpleInstructionSelector(TM));
else