[WebAssembly] Implement instruction selection for constant offsets in addresses.
[oota-llvm.git] / lib / Target / WebAssembly / README.txt
index 0e7aa23ac3fe867785a53d0411be70232578d774..b97ea454165ca4c41964b0cbedad8cc94351f123 100644 (file)
@@ -38,11 +38,6 @@ many set_local instructions are implicit!
 
 //===---------------------------------------------------------------------===//
 
-Load and store instructions can have a constant offset. We should (a) model
-this, and (b) do address-mode folding with it.
-
-//===---------------------------------------------------------------------===//
-
 Br, br_if, and tableswitch instructions can support having a value on the
 expression stack across the jump (sometimes). We should (a) model this, and
 (b) extend the stackifier to utilize it.