[llvm-dev] [AArch64][SVE] Instruction defined with three ops instead of two ops
Muhammad Asif Manzoor via llvm-dev
llvm-dev at lists.llvm.org
Wed Jul 22 09:48:28 PDT 2020
Hello,
Why the instructions (e.g. frinta, fsqrt, fabs, etc) are defined with three ops when it looks like it should be only two ops (the predicate and the input)?.
It prevents us from correctly implementing the unpredicated lowering of these instructions because we don't have that extra operand.
Thanks,
Asif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200722/f38d5265/attachment.html>
More information about the llvm-dev
mailing list