[PATCH] D47077: [RFC][Patch 2/3] Add a MCSubtargetInfo hook to resolve variant scheduling classes.
Andrea Di Biagio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 18 10:03:10 PDT 2018
andreadb added inline comments.
================
Comment at: TableGen/InstrInfoEmitter.cpp:360
+ CodeGenTarget &Target = CDP.getTargetInfo();
+ const std::string &TargetName = Target.getName();
+ formatted_raw_ostream FOS(OS);
----------------
RKSimon wrote:
> Isn't this a StringRef?
Yes. Sorry. I will change it.
https://reviews.llvm.org/D47077
More information about the llvm-commits
mailing list