diff options
author | Brendon Cahoon <bcahoon@codeaurora.org> | 2018-10-27 00:50:29 +0000 |
---|---|---|
committer | Brendon Cahoon <bcahoon@codeaurora.org> | 2018-10-27 00:50:29 +0000 |
commit | aa783dfd6eaed43935fdb6f027edaca05cb8c239 (patch) | |
tree | 656571e1c5badd295b91779bb29c510ba251ef91 /llvm/lib/Target/Sparc/SparcTargetObjectFile.cpp | |
parent | b342446fe023cdec3e6ae002cfb2b203d6b9b3f5 (diff) | |
download | bcm5719-llvm-aa783dfd6eaed43935fdb6f027edaca05cb8c239.tar.gz bcm5719-llvm-aa783dfd6eaed43935fdb6f027edaca05cb8c239.zip |
[Hexagon] Add missing assignment to Itinerary in Call_nr
The class definition for Call_nr has the itinerary as a
parameter, but the value is never assigned to the Itinerary
field for the instruction. This means the compiler is unable
to schedule and packetize the instruction correctly because
these instrution will not have any resource descritions.
I don't have a specific test case, but the ps_call_nr.ll
test failed with a proposed patch.
llvm-svn: 345442
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcTargetObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions