Mark all the _REV instructions as not having side effects. They aren't really emitted...
authorCraig Topper <craig.topper@gmail.com>
Wed, 26 Dec 2012 21:30:22 +0000 (21:30 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 26 Dec 2012 21:30:22 +0000 (21:30 +0000)
commit37cb8398c8d5043f395a6c76d7591301b2efe196
tree789118ca72944f8438bb03ba5aecd5df12c8018c
parenta85cbfeba79263a6afc5543de21a5cea83dcfa9e
Mark all the _REV instructions as not having side effects. They aren't really emitted by the backend, but it reduces the number of instructions in the output files with unmodelled side effects to make auditing easier.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171118 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrArithmetic.td
lib/Target/X86/X86InstrFMA.td
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrSSE.td