[llvm] r213892 - [X86] Optimize stackmap shadows on X86.

Philip Reames listmail at philipreames.com
Thu Jul 24 14:36:22 PDT 2014


Was there a review thread for this I missed?  I would have liked to see 
this before it went in.

On 07/24/2014 01:40 PM, Lang Hames wrote:
>     case X86::TLS_base_addr64:
> -    return LowerTlsAddr(OutStreamer, MCInstLowering, *MI, getSubtargetInfo());
> +    return LowerTlsAddr(MCInstLowering, *MI);
This looks like it might be an accidental unrelated change?

Philip



More information about the llvm-commits mailing list