Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix packed decimal left shift skipping
With vector packed decimal instructions, i2pd and l2pd conversions and truncations can be done in one instruction. Thus, the pdshlOverflow above i2pd or l2pd nodes can be omitted. This change makes sure we skip the left shift only if the i2pd or l2pd is an unevaluated single reference node. Signed-off-by: Nigel Yu <[email protected]>
- Loading branch information