add a note
authorChris Lattner <sabre@nondot.org>
Tue, 13 Feb 2007 21:44:43 +0000 (21:44 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Feb 2007 21:44:43 +0000 (21:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34249 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/README.txt

index 2f6ecfacd1255b49f08570edd1421fabec32ff90..8cead8e3f03dabf73615528552260cbfe6f14807 100644 (file)
@@ -415,3 +415,7 @@ when it is declared U32.
 
 //===---------------------------------------------------------------------===//
 
+Promote for i32 bswap can use i64 bswap + shr.  Useful on targets with 64-bit
+regs and bswap, like itanium.
+
+//===---------------------------------------------------------------------===//