[all-commits] [llvm/llvm-project] 151e24: [X86][AMX][NFC] Make comparison operators to be co...
Pengfei Wang via All-commits
all-commits at lists.llvm.org
Fri Apr 23 02:39:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 151e244fe687901e69e4a3c569ef3bb252b7e4fc
https://github.com/llvm/llvm-project/commit/151e244fe687901e69e4a3c569ef3bb252b7e4fc
Author: Wang, Pengfei <pengfei.wang at intel.com>
Date: 2021-04-23 (Fri, 23 Apr 2021)
Changed paths:
M llvm/lib/Target/X86/X86PreTileConfig.cpp
Log Message:
-----------
[X86][AMX][NFC] Make comparison operators to be complete
The previous D101039 didn't fix the SmallSet insertion issue, due to we
always return false for the comparison between 2 different nonnull BBs.
This patch makes the the comparison to be complete by comparing `MBB`
first, so that we can always get the invariant order by a single
operator.
More information about the All-commits
mailing list