commit | 6c6ba364931acb113973ad3e6d69736969c59299 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Mar 18 23:15:10 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Mar 18 23:15:10 2010 +0000 |
tree | e3a109a433374f7de2646d06df965ef31e85bfde | |
parent | 1ff781fb501505660f6ccb7558ad9e613db21517 [diff] |
infer results of a pattern from implicit defs. This allows you to do something like this: def : Pat<(add ...), (FOOINST)>; When fooinst only has a single implicit def (e.g. to R1). This will be handled as if written as (set R1, (FOOINST ...)) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98897 91177308-0d34-0410-b5e6-96231b3b80d8