[PATCH] D104061: [LangRef] clarify the meaning of noimplicitfloat

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 10 16:07:22 PDT 2021


craig.topper added a comment.

In D104061#2811804 <https://reviews.llvm.org/D104061#2811804>, @rnk wrote:

> That's a good point, if this attribute disables vectorization of integer math, the docs should say as much.

The examples I know of are using vector ctpop instructions when

In D104061#2811804 <https://reviews.llvm.org/D104061#2811804>, @rnk wrote:

> That's a good point, if this attribute disables vectorization of integer math, the docs should say as much.

Note, I don't know specifically about the vectorizer. I was referring to backend tricks like this https://godbolt.org/z/KaE9T8P1q where we use the vector unit to expand i64 popcnt on 32-bit target.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104061



More information about the llvm-commits mailing list