[all-commits] [llvm/llvm-project] 75656d: [X86] combineStore - remove rangedata when convert...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Jul 10 01:32:31 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 75656d8c1118ee96f09b88b1c635a5a2d4ca27e6
      https://github.com/llvm/llvm-project/commit/75656d8c1118ee96f09b88b1c635a5a2d4ca27e6
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2025-07-10 (Thu, 10 Jul 2025)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    A llvm/test/CodeGen/X86/pr147781.ll

  Log Message:
  -----------
  [X86] combineStore - remove rangedata when converting 64-bit copies to f64 load/store (#147904)

We're changing from i64 to f64 - we can't retain any range metadata

Fixes #147781



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