Adding support for VSUB.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Hi Javed,
This is going in the right direction.
Your test is validating the whole GISel pipeline. You should add more specific tests in arm-legalize-fp.mir, arm-regbankselect.mir and arm-instruction-select.mir. That will make it very easy to spot what's missing.
Comment Actions
LGTM, thanks!
test/CodeGen/ARM/GlobalISel/arm-instruction-select.mir | ||
---|---|---|
346 ↗ | (On Diff #120754) | Nit: These checks are redundant now, since the ones below also check the register classes on each def. You can remove them. |