[all-commits] [llvm/llvm-project] 6de14c: [AArch64][SVE2] UZP should only have one result (#...
Miguel Saldivar via All-commits
all-commits at lists.llvm.org
Wed May 22 13:34:25 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6de14c61e40aa12b85d97bdd91e037a2def824d2
https://github.com/llvm/llvm-project/commit/6de14c61e40aa12b85d97bdd91e037a2def824d2
Author: Miguel Saldivar <miguel.saldivar at hpe.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
A llvm/test/CodeGen/AArch64/sve-pr92779.ll
Log Message:
-----------
[AArch64][SVE2] UZP should only have one result (#93041)
`UZP1` and `UZP2` are only expecting one result value, so this `getNode`
call should be updated to match that.
This is in response to #92779.
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