Second attempt at make Thumb2 LEAs pseudos. This time, perform the lowering much later, which makes the entire

process cleaner.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121735 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson
2010-12-14 00:36:49 +00:00
parent 2d9220e8f5
commit a838a25d59
7 changed files with 75 additions and 19 deletions

View File

@@ -584,6 +584,7 @@ static int ARMFlagFromOpName(LiteralConstantEmitter *type,
IMM("t_imm_s4");
IMM("pclabel");
IMM("adrlabel");
IMM("t2adrlabel");
IMM("shift_imm");
IMM("neon_vcvt_imm32");