[all-commits] [llvm/llvm-project] 05c982: [IR] treat nofpclass as a poison-generating return...
Shonie Caplan via All-commits
all-commits at lists.llvm.org
Tue Apr 14 10:45:02 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 05c982a2fd9a07e3b2f314284742a084ba9ac6e7
https://github.com/llvm/llvm-project/commit/05c982a2fd9a07e3b2f314284742a084ba9ac6e7
Author: Shonie Caplan <94767648+shoniecaplan at users.noreply.github.com>
Date: 2026-04-15 (Wed, 15 Apr 2026)
Changed paths:
M llvm/lib/IR/Instruction.cpp
M llvm/test/Transforms/InstCombine/freeze.ll
Log Message:
-----------
[IR] treat nofpclass as a poison-generating return attribute (#192016)
- For: #191338
Failing nofpclass attribute will generate poison.
This change adds nofpclass attributes to
`hasPoisonGeneratingReturnAttributes`/`dropPoisonGeneratingReturnAttributes`.
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