Depends on D52764
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This is for two proposed new intrinsics that have the draft IEEE 754-2018 semantics (NaN propagation and defined ordering of signed zeros) as opposed to minnum and maxnum's IEEE 754-2008 semantics.
Comment Actions
Not regarding quiet NaNs and such, but they do return their non-NaN argument just like the min and max operations specified in IEEE 754-2008.
test/Analysis/ConstantFolding/min-max.ll | ||
---|---|---|
49 ↗ | (On Diff #167875) | Done, but showing that they can be constant folded. The new tests allow either positive or negative zero when both as passed as arguments. |