Since rL31947, MI constructors take a TargetInstrDescriptor, instead of an instruction and a number of operands. The documentation seems to be outdated.
Details
Details
Diff Detail
Diff Detail
Event Timeline
docs/CodeGenerator.rst | ||
---|---|---|
390 | In the LLVM sources, TTI usually denotes TargetTransformInfo. A reference to TargetInstrInfo is usually held in TII. |
Comment Actions
Thanks kparzysz. I don't have commit access, can you commit this for me, please? Thanks.
In the LLVM sources, TTI usually denotes TargetTransformInfo. A reference to TargetInstrInfo is usually held in TII.