summaryrefslogtreecommitdiff
path: root/lib/Target
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-05-30 23:56:31 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-05-30 23:56:31 +0000
commit5a472821492e04d1f0909b16128554a126f0d12d (patch)
tree31fe9a74381fc8332c7863c520c13490bc1b6854 /lib/Target
parentb5e406afc3aae49eb86cd69c8752ed06957169b0 (diff)
downloadllvm-5a472821492e04d1f0909b16128554a126f0d12d.tar.gz
llvm-5a472821492e04d1f0909b16128554a126f0d12d.tar.bz2
llvm-5a472821492e04d1f0909b16128554a126f0d12d.tar.xz
A new entry
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28579 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/X86/README-SSE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/X86/README-SSE.txt b/lib/Target/X86/README-SSE.txt
index 123446fae9..ecf846c281 100644
--- a/lib/Target/X86/README-SSE.txt
+++ b/lib/Target/X86/README-SSE.txt
@@ -660,3 +660,7 @@ http://developer.apple.com/documentation/Performance/Conceptual/
Accelerate_sse_migration/index.html
e.g. SSE select using and, andnot, or. Various SSE compare translations.
+
+//===---------------------------------------------------------------------===//
+
+Add hooks to commute some CMPP operations.