diff options
-rw-r--r-- | llvm/lib/Target/WebAssembly/README.txt | 10 |
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. + +//===---------------------------------------------------------------------===// |