[llvm] [InstCombine] recognize missed i128 split optimization (PR #129363)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 5 03:45:35 PST 2025
================
@@ -3119,6 +3119,15 @@ static Value *matchOrConcat(Instruction &Or, InstCombiner::BuilderTy &Builder) {
match(UpperSrc, m_BitReverse(m_Value(UpperBRev))))
return ConcatIntrinsicCalls(Intrinsic::bitreverse, UpperBRev, LowerBRev);
+ Value *X;
----------------
RKSimon wrote:
@bassiounix You just need to add a comment describing the pattern.
https://github.com/llvm/llvm-project/pull/129363
More information about the llvm-commits
mailing list