[all-commits] [llvm/llvm-project] 385f77: [MIPS][MSA] Invert operand order of `ILVOD` when l...

Cinhi Young via All-commits all-commits at lists.llvm.org
Mon Jan 20 23:54:32 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 385f776b639097503eb43b124a3f68570c8c6beb
      https://github.com/llvm/llvm-project/commit/385f776b639097503eb43b124a3f68570c8c6beb
  Author: Cinhi Young <cyan at cyano.uk>
  Date:   2025-01-21 (Tue, 21 Jan 2025)

  Changed paths:
    M llvm/lib/Target/Mips/MipsSEISelLowering.cpp
    M llvm/test/CodeGen/Mips/msa/shuffle.ll

  Log Message:
  -----------
  [MIPS][MSA] Invert operand order of `ILVOD` when lowering `VECTOR_SHUFFLE` (#123555)

This PR fixes operand order of `ILVOD.df` when lowering
`VECTOR_SHUFFLE`, the result was `<y[1], x[1]>` while it should be
`<x[1], y[1]>`.

* This PR is split from #123040.



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