[X86] Remove setOperationAction lines that say to promote MVT::i1
authorCraig Topper <craig.topper@intel.com>
Tue, 12 Nov 2019 02:16:14 +0000 (18:16 -0800)
committerCraig Topper <craig.topper@intel.com>
Tue, 12 Nov 2019 02:35:57 +0000 (18:35 -0800)
commit578f3b5dce2216b84fa8455929ec6e773726cdff
tree6eb626529da723451795dae57963fcef1c8dbc3f
parent5c6bfa9c7a7e77f6dd5f4c801be79eabc76c965d
[X86] Remove setOperationAction lines that say to promote MVT::i1

MVT::i1 should be removed by type legalization before we reach
any code that would act on the promote action.

Mainly to avoid replicating this for strict FP versions of these
operations.
llvm/lib/Target/X86/X86ISelLowering.cpp