[all-commits] [llvm/llvm-project] c5f99e: [SandboxVec][Legality] Fix legality of SelectInst ...

vporpo via All-commits all-commits at lists.llvm.org
Mon Feb 3 17:33:30 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c5f99e1bd406540d6b763adf485662e88ba32d2c
      https://github.com/llvm/llvm-project/commit/c5f99e1bd406540d6b763adf485662e88ba32d2c
  Author: vporpo <vporpodas at google.com>
  Date:   2025-02-03 (Mon, 03 Feb 2025)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SandboxVectorizer/Legality.cpp
    A llvm/test/Transforms/SandboxVectorizer/special_opcodes.ll
    M llvm/unittests/Transforms/Vectorize/SandboxVectorizer/LegalityTest.cpp

  Log Message:
  -----------
  [SandboxVec][Legality] Fix legality of SelectInst (#125005)

SelectInsts need special treatment because they are not always
straightforward to vectorize. This patch disables vectorization unless
they are trivially vectorizable.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list