[llvm-commits] [llvm] r152045 - in /llvm/trunk: include/llvm/MC/ lib/Target/ARM/ lib/Target/ARM/AsmParser/ lib/Target/ARM/Disassembler/ lib/Target/ARM/InstPrinter/ lib/Target/ARM/MCTargetDesc/ utils/TableGen/
Eric Christopher
echristo at apple.com
Mon Mar 5 12:26:09 PST 2012
On Mar 5, 2012, at 11:33 AM, Jim Grosbach <grosbach at apple.com> wrote:
> ARM refactor away a bunch of VLD/VST pseudo instructions.
>
> With the new composite physical registers to represent arbitrary pairs
> of DPR registers, we don't need the pseudo-registers anymore. Get rid of
> a bunch of them that use DPR register pairs and just use the real
> instructions directly instead.
Awesome.
-eric
More information about the llvm-commits
mailing list