From: Evan Cheng Date: Tue, 30 May 2006 23:56:31 +0000 (+0000) Subject: A new entry X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5a472821492e04d1f0909b16128554a126f0d12d;p=oota-llvm.git A new entry git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28579 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/README-SSE.txt b/lib/Target/X86/README-SSE.txt index 123446fae96..ecf846c2818 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.