[PATCH] D76928: [InstCombine][X86] Simplify demanded elts in SSE intrinsics with repeated args (PR24523)

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 1 14:04:57 PDT 2020


efriedma added a comment.

> The first 2 raise a potential problem that I don't know the answer to: what happens to target-specific intrinsics in a strict FP environment? Do we need to bypass the folds in that case?

In general, we need new intrinsics for accessing the FP environment, I think; the existing ones are readnone.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76928





More information about the llvm-commits mailing list