[llvm-commits] [llvm] r57614 - /llvm/trunk/lib/CodeGen/DeadMachineInstructionElim.cpp

Dan Gohman gohman at apple.com
Wed Oct 15 18:08:52 PDT 2008


On Oct 15, 2008, at 5:40 PM, Evan Cheng wrote:

> It read / mod / write the super-register. I think what LiveVariable
> does is adding an implicit use (and kill) of the same register.

DeadMachineInstructionElim doesn't mark kills or uses, it's
just looking for defs with no uses.

>
>
> Please change the name of AliasSet to something more appropriate.

Done. Thanks,

Dan




More information about the llvm-commits mailing list