llvm::EmbeddedModelRunnerOptions::FetchPrefix

Prefix prepended to output names when looking them up in the model.

Synopsis

Declared in <llvm/Analysis/ReleaseModeModelRunner.h>

StringRef FetchPrefix = "fetch_";

Description

An output named "bar" is looked up as {FetchPrefix}_bar.