[all-commits] [llvm/llvm-project] b2c931: [X86] EmitInstrWithCustomInserter - remove redunda...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Sep 16 08:30:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b2c931eff3cd6f88426ef26d233fab1fabaa0b7e
      https://github.com/llvm/llvm-project/commit/b2c931eff3cd6f88426ef26d233fab1fabaa0b7e
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86] EmitInstrWithCustomInserter - remove redundant getDebugLoc() calls. NFCI.

Use the same DebugLoc that is called at the top of the method.

Fixes some Wshadow static analyzer warnings.




More information about the All-commits mailing list