[llvm] r261458 - [WebAssembly] Refine a README.txt entry.

Dan Gohman via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 20 15:11:14 PST 2016


Author: djg
Date: Sat Feb 20 17:11:14 2016
New Revision: 261458

URL: http://llvm.org/viewvc/llvm-project?rev=261458&view=rev
Log:
[WebAssembly] Refine a README.txt entry.

The register coloring pass may also need to be involved in order to
optimally sort registers.

Modified:
    llvm/trunk/lib/Target/WebAssembly/README.txt

Modified: llvm/trunk/lib/Target/WebAssembly/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/WebAssembly/README.txt?rev=261458&r1=261457&r2=261458&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/README.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/README.txt Sat Feb 20 17:11:14 2016
@@ -102,7 +102,7 @@ therefore often redundant and could be o
 //===---------------------------------------------------------------------===//
 
 Small indices may use smaller encodings than large indices.
-WebAssemblyRegRenumbering should sort registers according to their usage
-frequency to maximize the usage of smaller encodings.
+WebAssemblyRegColoring and/or WebAssemblyRegRenumbering should sort registers
+according to their usage frequency to maximize the usage of smaller encodings.
 
 //===---------------------------------------------------------------------===//




More information about the llvm-commits mailing list