[LLVMdev] Adding instructions to MachineBlock
Eli Friedman
eli.friedman at gmail.com
Wed Jun 3 13:56:01 PDT 2009
On Wed, Jun 3, 2009 at 12:46 PM, Manjunath Kudlur<keveman at gmail.com> wrote:
> Hello,
>
> I am writing a MachineFunction pass that converts vector instructions
> to a sequence of scalar instructions.
Why? That really isn't the level you want to be doing that sort of
thing normally. Usually, legalization turns illegal vector operations
into legal scalar operations.
-Eli
More information about the llvm-dev
mailing list