[PATCH] D96587: [TableGen][GlobalISel] Allow duplicate RendererFns

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 06:54:57 PST 2021


foad updated this revision to Diff 323317.
foad added a comment.

Add a comment. Switch from stable_sort to llvm::sort because it doesn't need to be stable and for consistency with surrounding code.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96587/new/

https://reviews.llvm.org/D96587

Files:
  llvm/lib/Target/AMDGPU/AMDGPUGISel.td
  llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
  llvm/test/TableGen/GlobalISelEmitter.td
  llvm/utils/TableGen/GlobalISelEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96587.323317.patch
Type: text/x-patch
Size: 6265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210212/c99f1741/attachment.bin>


More information about the llvm-commits mailing list