From 99f7370a79a7f58fe12e842b5a9e3d4031af9bd7 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Sat, 12 Sep 2015 15:27:31 +0000 Subject: revert r247506; need to verify changes in existing tests llvm-svn: 247507 --- llvm/lib/Target/X86/X86InstrInfo.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'llvm/lib/Target/X86/X86InstrInfo.cpp') diff --git a/llvm/lib/Target/X86/X86InstrInfo.cpp b/llvm/lib/Target/X86/X86InstrInfo.cpp index 446d4bce155..8b883162999 100644 --- a/llvm/lib/Target/X86/X86InstrInfo.cpp +++ b/llvm/lib/Target/X86/X86InstrInfo.cpp @@ -6408,12 +6408,6 @@ static bool isAssociativeAndCommutative(const MachineInstr &Inst) { case X86::IMUL16rr: case X86::IMUL32rr: case X86::IMUL64rr: - case X86::PANDrr: - case X86::PORrr: - case X86::PXORrr: - case X86::VPANDrr: - case X86::VPORrr: - case X86::VPXORrr: // Normal min/max instructions are not commutative because of NaN and signed // zero semantics, but these are. Thus, there's no need to check for global // relaxed math; the instructions themselves have the properties we need. -- cgit v1.2.3