[all-commits] [llvm/llvm-project] ceb2b9: [LLVM][DAGCombiner] fold (shl (X * vscale(C0)), C1...

Paul Walker via All-commits all-commits at lists.llvm.org
Fri Aug 1 03:43:08 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ceb2b9c141903c16d76e0b3a0cbeb0e9f3c68d5c
      https://github.com/llvm/llvm-project/commit/ceb2b9c141903c16d76e0b3a0cbeb0e9f3c68d5c
  Author: Paul Walker <paul.walker at arm.com>
  Date:   2025-08-01 (Fri, 01 Aug 2025)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/test/CodeGen/AArch64/sve-vscale-combine.ll
    M llvm/test/Transforms/LoopStrengthReduce/AArch64/vscale-fixups.ll

  Log Message:
  -----------
  [LLVM][DAGCombiner] fold (shl (X * vscale(C0)), C1) -> (X * vscale(C0 << C1)). (#150651)



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