diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-03-18 23:15:10 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-03-18 23:15:10 +0000 |
| commit | fdc20711e865cdc5fa918eff6134d1c4d9f4ce73 (patch) | |
| tree | 834dd8ed27f4126671141eda72ec7d7b103c6a0e /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
| parent | 3eb346caeb296eaa17e92425fd17c100b0718c7b (diff) | |
| download | llvm-fdc20711e865cdc5fa918eff6134d1c4d9f4ce73.zip llvm-fdc20711e865cdc5fa918eff6134d1c4d9f4ce73.tar.gz llvm-fdc20711e865cdc5fa918eff6134d1c4d9f4ce73.tar.bz2 | |
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
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions
