This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Select unmasked integer setcc insts via ISel post-process
ClosedPublic

Authored by frasercrmck on Apr 6 2022, 6:40 AM.

Details

Summary

This patch has no effect on the generated code, whilst mitigating the
increase in ISel table size caused by the recent addition of masked
patterns.

I aim to do the same for floating-point patterns once D123051 lands,
giving us a reason to use masked floating-point patterns.

Diff Detail