Add vp.maxnum and vp.minnum which are vector predicted intrinsics of llvm.maxnum
and llvm.minnum.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/docs/LangRef.rst | ||
---|---|---|
18901 | There is no minnum instruction so this should be %t = call <4 x float> @llvm.minnum.v4f32(<4 x float> %a, <4 x float> %b)) | |
18950 | same comment as minnum | |
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | ||
1074–1075 | Are there tests for this? | |
3927–3928 | Are there tests for this? |
llvm/docs/LangRef.rst | ||
---|---|---|
18874 | "minnum" not "minimum". "minimum" has a different meaning to IEEE-754 |
minimum has a different meaning according to IEEE-754. This is an "IEEE-754 minnum".