[all-commits] [llvm/llvm-project] a5865c: [ValueTracking] Fix computeKnownFPClass for fpext ...

Yingwei Zheng via All-commits all-commits at lists.llvm.org
Sat Feb 17 07:30:58 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a5865c3c3dbbd17ae12ecc1c297fe1fc2605df52
      https://github.com/llvm/llvm-project/commit/a5865c3c3dbbd17ae12ecc1c297fe1fc2605df52
  Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
  Date:   2024-02-17 (Sat, 17 Feb 2024)

  Changed paths:
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/test/Transforms/Attributor/nofpclass-fpext.ll
    A llvm/test/Transforms/InstCombine/pr80941.ll

  Log Message:
  -----------
  [ValueTracking] Fix computeKnownFPClass for fpext (#81972)

This patch adds the missing `subnormal -> normal` part for `fpext` in
`computeKnownFPClass`.
Fixes the miscompilation reported by
https://github.com/llvm/llvm-project/pull/80941#issuecomment-1947302100.



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