Skip to content
Commit fdc20711 authored by Chris Lattner's avatar Chris Lattner
Browse files

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 ...))

llvm-svn: 98897
parent 3eb346ca
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment