4 Commits

Author SHA1 Message Date
Maryam Moghadas
6dbb2a717a [PowerPC] Update pr61315.ll to address D146632 failure
This patch is to update pr61315.ll what was needed as part of
D146632 and caused build failures.

Reviewed By: stefanp

Differential Revision: https://reviews.llvm.org/D147675
2023-04-05 21:24:59 -05:00
Nemanja Ivanovic
e7c35d7100 [SelectionDAG] Correctly reduce BV to shuffle with zero on big endian
This DAG combine is correct on little endian targets but
is incorrect on big endian targets.
Add big endian code to correct it.

Differential revision: https://reviews.llvm.org/D146460
2023-03-24 10:57:17 -04:00
Nemanja Ivanovic
6ee4ea8e2f [PowerPC][NFC] Test needs to include constant pool values 2023-03-20 16:43:59 -05:00
Nemanja Ivanovic
da40f7e8b1 [PowerPC][NFC] Pre-commit a test case for upcoming patch 2023-03-20 15:42:07 -05:00