[PATCH] D117050: [GISel] Extend code emitter to emit #undef symbol

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 11 13:20:05 PST 2022


arsenm added inline comments.


================
Comment at: llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp:63
 #define GET_GLOBALISEL_PREDICATE_BITSET
 #include "AArch64GenGlobalISel.inc"
 
----------------
The target still needs to define the macro at the include point, so it feels weird to hide this away in the generated file


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117050/new/

https://reviews.llvm.org/D117050



More information about the llvm-commits mailing list