[llvm] [AsmPrinter] Don't EmitToStreamer instructions lowered by tblgenned code (PR #100803)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 12:55:45 PDT 2024


================
@@ -160,8 +160,7 @@ class AArch64AsmPrinter : public AsmPrinter {
 
   /// tblgen'erated driver function for lowering simple MI->MC
   /// pseudo instructions.
-  bool emitPseudoExpansionLowering(MCStreamer &OutStreamer,
----------------
arsenm wrote:

The old function name is better? This new name has no connection to the tablegen class 

https://github.com/llvm/llvm-project/pull/100803


More information about the llvm-commits mailing list