[llvm-commits] [dragonegg] r96735 - /dragonegg/trunk/TODO

Duncan Sands baldrick at free.fr
Sun Feb 21 04:41:14 PST 2010


Author: baldrick
Date: Sun Feb 21 06:41:14 2010
New Revision: 96735

URL: http://llvm.org/viewvc/llvm-project?rev=96735&view=rev
Log:
Add a TODO item about targets for which a byte is not i8.

Modified:
    dragonegg/trunk/TODO

Modified: dragonegg/trunk/TODO
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/TODO?rev=96735&r1=96734&r2=96735&view=diff
==============================================================================
--- dragonegg/trunk/TODO (original)
+++ dragonegg/trunk/TODO Sun Feb 21 06:41:14 2010
@@ -51,6 +51,9 @@
 BIT_FIELD_REF is used to extract (and presumably insert) vector elements.
 Consider turning this directly into the corresponding vector operations.
 
+Work in terms of units rather than octets (i8).  For example, if the target
+has a 16 bit byte, then use i16 for byte addressing.
+
 Features
 --------
 





More information about the llvm-commits mailing list