diff options
author | Hal Finkel <hfinkel@anl.gov> | 2015-08-05 07:45:28 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2015-08-05 07:45:28 +0000 |
commit | 17caf326e5dbf5f4aa320948f8a195d7465eeab0 (patch) | |
tree | cd71dc4b7f1575feb11566228a94ab376d6cdfb6 /llvm/lib/Transforms/InstCombine | |
parent | ccd53feee28e1da37a40a25f1638fd0af595f0dc (diff) | |
download | bcm5719-llvm-17caf326e5dbf5f4aa320948f8a195d7465eeab0.tar.gz bcm5719-llvm-17caf326e5dbf5f4aa320948f8a195d7465eeab0.zip |
[MachineCombiner] Don't use the opcode-only form of computeInstrLatency
In r242277, I updated the MachineCombiner to work with itineraries, but I
missed a call that is scheduling-model-only (the opcode-only form of
computeInstrLatency). Using the form that takes an MI* allows this to work with
itineraries (and should be NFC for subtargets with scheduling models).
llvm-svn: 244020
Diffstat (limited to 'llvm/lib/Transforms/InstCombine')
0 files changed, 0 insertions, 0 deletions