llvm-reduce: Don't remove strictfp
The verifier should fail if constrained intrinsics are used in functions with strictfp, but that patch hasn't been pushed yet. Ideally we would be able to analyze the function body to see if any constrained intrinsics were used, but we seem to be missing a utility function to check for any constrained ops.
Loading
Please sign in to comment