<html> Hi everyone,<br /><br />I can't find for which opcode llvm-exegesis works on AArch64. I have used bash script from the official site that testing all opcodes for X86 architecture and I changed script to test AArch64 opcodes and there is no working case.<br />There are some errors: <br />Assertion for AArch64CallLowering::lowerReturn, <br />setRegTo is not implemented, results will be unreliable, <br />Infeasible : has unknown operands, <br />Infeasible : Didn't find any scheme to make the instruction serial, <br />Unsupported opcode: isPseudo. <br />Unsupported opcode: isBranch/isIndirectBranch<br />Unsupported opcode: isCall/isReturn<br /><br />I'm using llvm trunk (native build for AARCH64), am I missing something? <br /><br />Thanks!</html>