[all-commits] [llvm/llvm-project] 3d6319: [X86] Ignore NSW when DstSVT is i32 (#131755)

Phoebe Wang via All-commits all-commits at lists.llvm.org
Tue Mar 18 05:04:44 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d631914677b58a5479b310f480ac76e27d41e7e
      https://github.com/llvm/llvm-project/commit/3d631914677b58a5479b310f480ac76e27d41e7e
  Author: Phoebe Wang <phoebe.wang at intel.com>
  Date:   2025-03-18 (Tue, 18 Mar 2025)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/vector-trunc-nowrap.ll

  Log Message:
  -----------
  [X86] Ignore NSW when DstSVT is i32 (#131755)

We don't have PACKSS for i64->i32.

Fixes: https://godbolt.org/z/qb8nxnPbK, which was introduced by ddd2f57b



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