[all-commits] [llvm/llvm-project] 99b862: [DAGISel][ARM] Fix vector truncate combine for big...
Oliver Stannard via All-commits
all-commits at lists.llvm.org
Wed Dec 4 06:32:37 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99b862efba9c2db5ec0aa32f62b5bc78df61d7a4
https://github.com/llvm/llvm-project/commit/99b862efba9c2db5ec0aa32f62b5bc78df61d7a4
Author: Oliver Stannard <oliver.stannard at arm.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
A llvm/test/CodeGen/ARM/vector-trunc.ll
Log Message:
-----------
[DAGISel][ARM] Fix vector truncate combine for big-endian (#118101)
This DAG combine was incorrect for big-endian targets, because it
assumes that when a bitcast changes the lane width, the
least-significant bits of the wider lanes are in the lower-numbered
lanes of the smaller type, which is only true for little-endian.
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