This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][NFC] Rename variable in RISCVVEmitter.cpp
ClosedPublic

Authored by kito-cheng on May 18 2022, 6:42 AM.

Details

Summary
  • Use Overloaded rather than Mangled.
  • Use Prototype or Desc rather than Seq, it's not just a string sequence.
    • Prototype for those PrototypeDescriptor will used to evaluate as argument type.
    • Desc for those PrototypeDescriptor will used to evaluate as part of function name.

Diff Detail

Event Timeline

kito-cheng created this revision.May 18 2022, 6:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2022, 6:42 AM
kito-cheng requested review of this revision.May 18 2022, 6:42 AM
kito-cheng edited the summary of this revision. (Show Details)May 18 2022, 6:43 AM
kito-cheng edited the summary of this revision. (Show Details)
khchen accepted this revision.May 18 2022, 8:12 AM

LGTM, thanks!

This revision is now accepted and ready to land.May 18 2022, 8:12 AM
This revision was automatically updated to reflect the committed changes.