[PATCH] D93891: [DAGCombine] Respect the unsafe-fp-math when perform the transformation of fpow()
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 29 07:32:27 PST 2020
spatel added a comment.
We're trying to (very slowly...) move away from needing the global/target options. Also, I'm not sure how those translate with GlobalISel.
If there's a real-world case where the target options do not match the fast-math-flags on the IR, we should investigate if that was unexpected. Otherwise, I would prefer that we not add to the uses of target options.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93891/new/
https://reviews.llvm.org/D93891
More information about the llvm-commits
mailing list