[all-commits] [llvm/llvm-project] 38ad92: [LangRef] Clarify the behavior of select with FP p...
Yingwei Zheng via All-commits
all-commits at lists.llvm.org
Thu Apr 24 22:47:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38ad9266b6705818544c03856eeef8335961dc22
https://github.com/llvm/llvm-project/commit/38ad9266b6705818544c03856eeef8335961dc22
Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths:
M llvm/docs/LangRef.rst
Log Message:
-----------
[LangRef] Clarify the behavior of select with FP poison-generating flags (#137131)
RFC link:
https://discourse.llvm.org/t/rfc-clarify-the-behavior-of-select-with-fp-poison-generating-flags/85974
Actually, it does not conflict with the definition of FMF if we
interpret a select as `applyFMF(select cond, applyFMF(TrueArm),
applyFMF(FalseArm))`.
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