Fairly simple, just a few extra patterns to handle the extra instructions.
Diff Detail
Diff Detail
Event Timeline
llvm/test/CodeGen/AArch64/GlobalISel/select-fp-casts.mir | ||
---|---|---|
644–646 | Should drop the registers section and use the modern ":regbank" syntax |
Comment Actions
If these patterns are intended to fire only when using GlobalISel, then we have a separate file for those, AArch64InstrGISel.td.
llvm/utils/TableGen/GlobalISelEmitter.cpp | ||
---|---|---|
4467 | debug line |
Comment Actions
Thanks, committed as 2e72f6b5d with Amara & Matt's comments addressed (and the stray commented dump removed).
Should drop the registers section and use the modern ":regbank" syntax