[PATCH] D59335: [RFC] Enable vectorization on Neon even without fast-math

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 15:18:27 PDT 2019


lebedev.ri added a comment.

langref part seems to be missing.

> It would be nicer to encode FTZ as part of FastMathFlags but we've run out of space there.

That recently happened with sanitizer, and backend (predicates? don't recall),
it shouldn't be too hard to fix properly..


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59335





More information about the llvm-commits mailing list