[all-commits] [llvm/llvm-project] 03c267: [X86] Sort the tables before printing in X86FoldTa...
topperc via All-commits
all-commits at lists.llvm.org
Sun Oct 18 17:40:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 03c267b20cadf5871c30dee95076247fd7fe38e2
https://github.com/llvm/llvm-project/commit/03c267b20cadf5871c30dee95076247fd7fe38e2
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-10-18 (Sun, 18 Oct 2020)
Changed paths:
M llvm/utils/TableGen/X86FoldTablesEmitter.cpp
Log Message:
-----------
[X86] Sort the tables before printing in X86FoldTablesEmitter.
This makes diffing with the manual tables easier. And if we ever
directly use the autogenerated tables instead of the manual tables
we'll need them to be in sorted order for the binary search.
More information about the All-commits
mailing list