summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2016-01-16 00:20:03 +0000
committerDan Gohman <dan433584@gmail.com>2016-01-16 00:20:03 +0000
commit7f86ca18035a42ce870471e7c63641405f9c9cc0 (patch)
tree724bf8d73600c729c450c74b9b7efa3573c45d45 /llvm/lib/Target
parent785705b3999e510b3bf572914aba725921620e94 (diff)
downloadbcm5719-llvm-7f86ca18035a42ce870471e7c63641405f9c9cc0.tar.gz
bcm5719-llvm-7f86ca18035a42ce870471e7c63641405f9c9cc0.zip
[WebAssembly] Add some more README.txt entries.
llvm-svn: 257969
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/WebAssembly/README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/lib/Target/WebAssembly/README.txt b/llvm/lib/Target/WebAssembly/README.txt
index b97ea454165..a9a610903ad 100644
--- a/llvm/lib/Target/WebAssembly/README.txt
+++ b/llvm/lib/Target/WebAssembly/README.txt
@@ -86,3 +86,13 @@ Memset/memcpy/memmove should be marked with the "returned" attribute somehow,
even when they are translated through intrinsics.
//===---------------------------------------------------------------------===//
+
+Consider implementing optimizeSelect, optimizeCompareInstr, optimizeCondBranch,
+optimizeLoadInstr, and/or getMachineCombinerPatterns.
+
+//===---------------------------------------------------------------------===//
+
+Find a clean way to fix the problem which leads to the Shrink Wrapping pass
+being run after the WebAssembly PEI pass.
+
+//===---------------------------------------------------------------------===//
OpenPOWER on IntegriCloud