[all-commits] [llvm/llvm-project] e7accb: [MIPS][MSA] Regenerate basic operations test checks

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Jul 20 05:39:44 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7accb75bee33d1d1e216e91580a3ca318019bed
      https://github.com/llvm/llvm-project/commit/e7accb75bee33d1d1e216e91580a3ca318019bed
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M llvm/test/CodeGen/Mips/msa/basic_operations.ll

  Log Message:
  -----------
  [MIPS][MSA] Regenerate basic operations test checks

Cleanup the check prefixes to make refresh a lot easier


  Commit: c188f0b8766f70289f0480bc03abee33357c80f7
      https://github.com/llvm/llvm-project/commit/c188f0b8766f70289f0480bc03abee33357c80f7
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

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

  Log Message:
  -----------
  [X86] X86InstCombineIntrinsic.cpp - silence clang-tidy warnings about incorrect uses of auto. NFCI.

We were using auto instead of auto* in a number of places which failed the llvm-qualified-auto check.

Additionally we were using auto in some places where the type wasn't immediately obvious - the style guide rule of thumb is only to use auto from casts etc. where the type is already explicitly stated.


Compare: https://github.com/llvm/llvm-project/compare/fd2278505482...c188f0b8766f


More information about the All-commits mailing list