[PATCH] D115352: [AArch64] Add mayRaiseFPException to appropriate instructions

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 10:02:37 PDT 2022


dmgreen added a comment.

The original version of this patch was altering the non-strict codegen because the flags were lost in the machine combiner. Have you done any other testing to make sure that doesn't happen anywhere else? To make sure this doesn't pessimise the performance for the default non-strict case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115352



More information about the llvm-commits mailing list