[llvm-dev] (implicit SR) v. Defs = [SR] ?

Peter Lawrence via llvm-dev llvm-dev at lists.llvm.org
Thu Sep 24 19:51:17 PDT 2015


in a ".td" file
what is the difference between saying
                (implicit FLAGS)
in an instruction definition's pattern, verses saying
                Defs = [FLAGS];
in an instruction definition


one might conclude that since not all machines that have condition codes use "implicit"
that "implicit" is redundant, is this true ?


TIA,
-Peter Lawrence.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150925/12beea7a/attachment.html>


More information about the llvm-dev mailing list