mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
[WebAssembly] Add some more README.txt entries.
llvm-svn: 257969
This commit is contained in:
parent
50785f88d1
commit
efe666f55a
@ -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.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user