- In the SystemZAsmParser, there will be a few queries to the type of dialect it is (AD_ATT, AD_HLASM) in future patches.
- It would be nice to have two small helper functions isParsingATT() and isParsingHLASM()
- Putting this as a separate smaller patch allows us to remove its definitions from other dependent patches.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo