[all-commits] [llvm/llvm-project] 03cde3: [X86] Regenerate known-signbits-vector.ll tests.

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Nov 4 07:13:37 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 03cde3a7ccd2025baa497cbcf6e825862429f1bd
      https://github.com/llvm/llvm-project/commit/03cde3a7ccd2025baa497cbcf6e825862429f1bd
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M llvm/test/CodeGen/X86/known-signbits-vector.ll

  Log Message:
  -----------
  [X86] Regenerate known-signbits-vector.ll tests.

Use X86 instead of X32 and add a common CHECK prefix


  Commit: a0324e911374441151903ed0d828e0fc1994c167
      https://github.com/llvm/llvm-project/commit/a0324e911374441151903ed0d828e0fc1994c167
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M clang/include/clang/Basic/Sanitizers.h

  Log Message:
  -----------
  SanitizerMask::bitPosToMask - fix operator precedence warnings. NFCI.

Fix static analyzer operator precedence warnings with suitable bracketing. Pull out the mask generation code so clang-format doesn't make such a mess of it.


Compare: https://github.com/llvm/llvm-project/compare/6c5827975cf9...a0324e911374


More information about the All-commits mailing list