[PATCH] D47240: [GlobalISel][Tablegen] Assign small opcodes to pseudos

Justin Bogner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 23 11:01:02 PDT 2018


bogner accepted this revision.
bogner added a comment.
This revision is now accepted and ready to land.

lg



================
Comment at: utils/TableGen/CodeGenTarget.cpp:386-387
 
   // All of the instructions are now in random order based on the map iteration.
   // Sort them by name.
+  llvm::sort(
----------------
Should probably update this comment.


Repository:
  rL LLVM

https://reviews.llvm.org/D47240





More information about the llvm-commits mailing list