This PR causes the PPA1 to emit the function's name if it exists. This field is not emitted for unnamed functions.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,070 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
Comment Actions
See minor nit inline. Otherwise LGTM.
llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp | ||
---|---|---|
1129 | Please pass OutStreamer as first argument for consistency with emitPPA1Flags. Also, just pass in a StringRef OutName instead of all of MF. |
Please pass OutStreamer as first argument for consistency with emitPPA1Flags. Also, just pass in a StringRef OutName instead of all of MF.