[llvm-dev] how to overwrite an variable conditionally using let in td file
林政宗 via llvm-dev
llvm-dev at lists.llvm.org
Thu Apr 15 01:52:31 PDT 2021
Hi,
There is an instruction definition in td file which use a super register class as in operand. The super register class contains two register classes.
can I overwrite an variable conditionally using let statement in instruction definition when the in operand is of one register class and not for the other register class?
Is there any solution like conditional let in instruction definition in td file?
Thanks,
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210415/fa581a80/attachment.html>
More information about the llvm-dev
mailing list