search for: imul64

Displaying 2 results from an estimated 2 matches for "imul64".

2014 Jul 02
6
[LLVMdev] Upstreaming x32 ABI support
...bb89b1ab6cc680ece * ILP32/LP64 differentiation for TargetMachine https://github.com/llvm-mirror/llvm/commit/a5597f0eaf1f93c6d0bc641a0cc54ecffb33955a * LEA tuning: https://github.com/llvm-mirror/llvm/commit/693c37aa86506be657dfaf8835845b0998531c3c * Bunch of tests (grep for gnux32): test/CodeGen/X86/imul64-lea.ll test/CodeGen/X86/stack-update-frame-opcode.ll test/CodeGen/X86/stack-update-frame-opcode.ll test/CodeGen/X86/x86-64-sret-return.ll test/CodeGen/X86/rip-rel-lea.ll test/CodeGen/X86/x86-64-sret-return-2.ll test/CodeGen/X86/x86-64-ptr-arg-simple.ll test/MC/X86/gnux32-dwarf-gen.s What’s been do...
2008 Jul 30
2
[LLVMdev] Really nasty remat bug [LONG]
...tuff added by me so you won't get the same output with upstream llvm -debug). ##### There's a sequence of instructions that looks like this before linear scan: ##### 2800 %reg1591<def> = SUB64rr %reg1591, %reg1589, %EFLAGS<imp-def,dead> ; srcLine 0 2808 %reg1591<def> = IMUL64rr %reg1591, %reg1055, %EFLAGS<imp-def,dead> ; srcLine 0 2816 %reg1591<def> = ADD64rr %reg1591, %reg1579, %EFLAGS<imp-def,dead> ; srcLine 0 2820 %reg1198<def> = LEA64r %reg1591, 1, %reg1574, 0 ; srcLine 0 ##### %reg1591 gets spilled by linear scan with all of the uses i...