[all-commits] [llvm/llvm-project] 1aeb33: [TableGen] Detect multiple Processors with the sam...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Jan 28 22:55:15 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1aeb3314d8d77040527accc44aaf9d3959ac1f20
https://github.com/llvm/llvm-project/commit/1aeb3314d8d77040527accc44aaf9d3959ac1f20
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M llvm/utils/TableGen/CodeGenSchedule.cpp
Log Message:
-----------
[TableGen] Detect multiple Processors with the same name.
Due to a bad merge we ended up with duplicate entries in our
downstream repo. I was surprised that nothing caught it. I wrote
this check so I could fix our downstream repo and figured I might
as well share it.
Reviewed By: RKSimon, spatel
Differential Revision: https://reviews.llvm.org/D118497
More information about the All-commits
mailing list