As for other floating-point rounding builtins that can be optimized
when build with -fno-math-errno, this patch adds support for lround
and llround. It currently only optimized for AArch64 backend.
This patch depends on https://reviews.llvm.org/D61390