[PATCH] D134089: [clang] Mention vector in the description for -mno-implict-float.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 14:15:08 PDT 2022


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM

We might want per-target documentation somewhere for what counts as an "floating point or vector instruction".  It's not entirely obvious whether, for example, `cvtss2si (%rax), %ecx` is a floating-point instruction.  But I don't think we can get much more clear in a one or two line description.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134089/new/

https://reviews.llvm.org/D134089



More information about the llvm-commits mailing list