[PATCH] D74559: [ARM] Fix infinite loop when lowering STRICT_FP_EXTEND
John Brawn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 13 07:56:58 PST 2020
john.brawn added a comment.
In D74559#1874435 <https://reviews.llvm.org/D74559#1874435>, @SjoerdMeijer wrote:
> Perhaps I have missed it, but are the test that have been changed here actually doing any 32 -> 64 converts?
The test fpext_f32 tests 32 -> 64 converts. The test changes here are because we're now running the tests with ARMv7 (because ARMv7 by default doesn't have FP16 support), which doesn't have some instruction that we have in ARMv8.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74559/new/
https://reviews.llvm.org/D74559
More information about the llvm-commits
mailing list