Displaying 2 results from an estimated 2 matches for "3bf07fce".
2018 Sep 14
2
[GlobalISel][MIPS] Legality and instruction combining
...ent implementation of G_SELECT and G_ICMP on
AArch64? Are there some general ruses to determine which of the two
given options is better in which case?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180914/3bf07fce/attachment.html>
2018 Sep 13
2
[GlobalISel][MIPS] Legality and instruction combining
Hello,
I am developing GlobalISel for MIPS. I have a few questions and observations about defining legality of generic instruction and also possible combining of instructions and artifacts in pre/post legalizer combiner or elsewhere (e.g. in some sort of instruction-select patterns).
I look at legality as "If generic instruction can be selected into machine instruction, it is legal".