[all-commits] [llvm/llvm-project] 257812: [instcombine] Delete dead transform for reverse of...
Philip Reames via All-commits
all-commits at lists.llvm.org
Mon Jun 16 12:43:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25781221d68a700eae679a19f701d4ad67e91dc9
https://github.com/llvm/llvm-project/commit/25781221d68a700eae679a19f701d4ad67e91dc9
Author: Philip Reames <preames at rivosinc.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
Log Message:
-----------
[instcombine] Delete dead transform for reverse of binop (#143967)
We canonicalize reverse to after a binop in foldVectorBinop, and
simplify reverse pairs in InstSimplify, so these elimination transforms
are redundant.
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