[all-commits] [llvm/llvm-project] b4f199: DAG: Add AssertNoFPClass from call return attribut...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Nov 10 08:43:10 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4f1994280838e9fc98817134f89f63f772c5597
https://github.com/llvm/llvm-project/commit/b4f1994280838e9fc98817134f89f63f772c5597
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-11-10 (Mon, 10 Nov 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
M llvm/test/CodeGen/AMDGPU/nofpclass-call.ll
Log Message:
-----------
DAG: Add AssertNoFPClass from call return attributes (#167264)
This defends against regressions in future patches. This excludes
the target intrinsic case for now; I'm worried introducing an
intermediate
AssertNoFPClass is likely to break combines.
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