[all-commits] [llvm/llvm-project] b89149: [Scheduler] Adjust interface of CreateTargetMIHaza...
David Green via All-commits
all-commits at lists.llvm.org
Tue Jan 14 23:32:32 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b891490ceb390b9c9ccc93abf08c2c1bec50e340
https://github.com/llvm/llvm-project/commit/b891490ceb390b9c9ccc93abf08c2c1bec50e340
Author: David Green <david.green at arm.com>
Date: 2020-01-15 (Wed, 15 Jan 2020)
Changed paths:
M llvm/include/llvm/CodeGen/TargetInstrInfo.h
M llvm/lib/CodeGen/TargetInstrInfo.cpp
Log Message:
-----------
[Scheduler] Adjust interface of CreateTargetMIHazardRecognizer to use ScheduleDAGMI. NFC
All the callers of this function will be ScheduleDAGMI from the
MachineScheduler. This allows us to use the extra info available in
ScheduleDAGMI without resorting to awkward casts.
More information about the All-commits
mailing list