Sander de Smalen 6feced2a7c Fix select-best-vf-tripcount.ll buildbot failure
This test failed on the llvm-clang-win-x-aarch64 buildbot.

It seems the rounding is different, leading to a different output.
Instead of:
  Cost for VF 4: 9 (Estimated cost per lane: 2.2)

The windows buildbot it fails because the test output is:
  Cost for VF 4: 9 (Estimated cost per lane: 2.3)
2026-03-20 14:16:58 +00:00
..