[all-commits] [llvm/llvm-project] 99f030: [PowerPC] catch v2i64 shift left by 1 is add case ...
RolandF77 via All-commits
all-commits at lists.llvm.org
Tue May 13 08:27:08 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99f03096697625d14a536c5ac764ca530daa4008
https://github.com/llvm/llvm-project/commit/99f03096697625d14a536c5ac764ca530daa4008
Author: RolandF77 <55763885+RolandF77 at users.noreply.github.com>
Date: 2025-05-13 (Tue, 13 May 2025)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/test/CodeGen/PowerPC/optimize-vector.ll
M llvm/test/CodeGen/PowerPC/pr47891.ll
Log Message:
-----------
[PowerPC] catch v2i64 shift left by 1 is add case (#138772)
Catch missing case in PPC BE for v2i64 x << 1 and generate x + x.
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