Adds a new HLFIR operation for the COUNT intrinsic according to
the design set out in flang/docs/HighLevel.md. This patch includes all
the necessary changes to create a new HLFIR operation and lower it into
the fir runtime call.
Patch by @jacob-crawley
Is the fast math attribute really relevant here (the operation is not dealing with fp arithmetic)?