[all-commits] [llvm/llvm-project] d06a44: [X86] subvector-broadcast.ll - replace X32 check p...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Nov 17 08:17:27 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d06a445ca4c9848d04dfc1bae367f4141a6130b4
      https://github.com/llvm/llvm-project/commit/d06a445ca4c9848d04dfc1bae367f4141a6130b4
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/subvector-broadcast.ll

  Log Message:
  -----------
  [X86] subvector-broadcast.ll - replace X32 check prefix with X86. NFC.

We typically use X32 for gnux32 triples


  Commit: 53fba9d9d30307bac3d1ce31e39b0fccc13bed80
      https://github.com/llvm/llvm-project/commit/53fba9d9d30307bac3d1ce31e39b0fccc13bed80
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/nontemporal.ll

  Log Message:
  -----------
  [X86] nontemporal.ll - replace X32 check prefix with X86. NFC.

We typically use X32 for gnux32 triples


  Commit: 7e30989dabce9ddbca0cbad7a8f25fb4e756d334
      https://github.com/llvm/llvm-project/commit/7e30989dabce9ddbca0cbad7a8f25fb4e756d334
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M llvm/lib/IR/Instructions.cpp
    M llvm/test/Transforms/InstCombine/vscale_insertelement.ll

  Log Message:
  -----------
  [IR] ShuffleVectorInst::isIdentityWithPadding - bail on non-fixed-type vector shuffles.

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=27416


Compare: https://github.com/llvm/llvm-project/compare/8647c669a4a3...7e30989dabce


More information about the All-commits mailing list