AArch64AsmParser clean up of isImmediate functions. NFC
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | ||
---|---|---|
540 ↗ | (On Diff #88362) | I think it might be better to write this as a templated function, like we currently do for isUImm12Offset. That way, we don't have to write all of the trivial variations in this file at all. |
Comment Actions
Thanks for reviewing and the suggestions! The isImm helper functions are now tablegen'ed, so we can get rid of all the hand-written variants.