[all-commits] [llvm/llvm-project] 61984f: [X86] x86-interleaved-access.ll - use nounwind to ...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Jun 7 06:46:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 61984f919958fcb5af87bd0f6ab37f1107f7ffe3
      https://github.com/llvm/llvm-project/commit/61984f919958fcb5af87bd0f6ab37f1107f7ffe3
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-06-07 (Tue, 07 Jun 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/x86-interleaved-access.ll

  Log Message:
  -----------
  [X86] x86-interleaved-access.ll - use nounwind to remove cfi noise from tests


  Commit: f5507978a371aef4a35c67a86c22e976dcbd5fe3
      https://github.com/llvm/llvm-project/commit/f5507978a371aef4a35c67a86c22e976dcbd5fe3
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-06-07 (Tue, 07 Jun 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/x86-interleaved-access.ll

  Log Message:
  -----------
  [X86] getFauxShuffleMask - add VSELECT/BLENDV handling

First step towards enabling shuffle combining starting from VSELECT/BLENDV nodes - this should eventually help improve the codegen reported at Issue #54819


Compare: https://github.com/llvm/llvm-project/compare/e3a6784ac967...f5507978a371


More information about the All-commits mailing list