NVPTXTargetLowering::getParamSymbol used MachineFunction::getName
instead of the mangled symbol name. For unnamed functions (e.g. like
IPO/MergeFunction may create them) this produced an operand name that is
inconsistent with other parts of this module that emit parameter names.
Details
Details
- Reviewers
jholewinski jlebar tra
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 28413 Build 28412: arc lint + arc unit