[PATCH] D47240: [GlobalISel][Tablegen] Assign small opcodes to pseudos
Roman Tereshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 23 12:11:56 PDT 2018
rtereshin added a comment.
Hi Justin,
Thanks for looking into this.
Roman
================
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(
----------------
bogner wrote:
> Should probably update this comment.
Good catch! Will do.
Repository:
rL LLVM
https://reviews.llvm.org/D47240
More information about the llvm-commits
mailing list