[all-commits] [llvm/llvm-project] 5eec04: [X86] No need to determine pointer when the type i...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat Oct 31 04:34:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5eec049689c2dc19ad7c2b3446b2584c87e86f94
      https://github.com/llvm/llvm-project/commit/5eec049689c2dc19ad7c2b3446b2584c87e86f94
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-10-31 (Sat, 31 Oct 2020)

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

  Log Message:
  -----------
  [X86] No need to determine pointer when the type is already a MachineInstr*. NFCI.

Caught by cppcheck - appears to be a copy+paste typo as the other var is an iterator that does need the &* pointer operation.


  Commit: ec547a751755d3e86b4703696b8280b29f2514de
      https://github.com/llvm/llvm-project/commit/ec547a751755d3e86b4703696b8280b29f2514de
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-10-31 (Sat, 31 Oct 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86AsmPrinter.h

  Log Message:
  -----------
  [X86] X86AsmPrinter - ensure the declaration/definition variable names match. NFCI.

Silences cppcheck mismatch warnings.


  Commit: 33e20008d11f507d023acc60d54392e2b9d66901
      https://github.com/llvm/llvm-project/commit/33e20008d11f507d023acc60d54392e2b9d66901
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-10-31 (Sat, 31 Oct 2020)

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

  Log Message:
  -----------
  [X86] printAsmVRegister - remove unused argument. NFC.


Compare: https://github.com/llvm/llvm-project/compare/43e451f9f316...33e20008d11f


More information about the All-commits mailing list