[PATCH] D114946: [AArch64] Add instruction selection for strict FP

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 2 19:03:32 PST 2021


craig.topper added a comment.

In D114946#3167497 <https://reviews.llvm.org/D114946#3167497>, @kpn wrote:

> That flag tells front ends that strictfp will generate correct instructions. Don't set it if more work is needed for correct instructions. The support should at least have parity with X86 and SystemZ.

I think `IsStrictFPEnabled` is just the SelectionDAG flag. The frontend has a separate flag `HasStrictFP`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114946



More information about the llvm-commits mailing list