[llvm] [aarch64] atan2 intrinsic lowering (p5) (PR #112611)

Tex Riddell via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 18:17:12 PDT 2024


================
@@ -0,0 +1,255 @@
+# RUN: llc -verify-machineinstrs -mtriple aarch64--- \
----------------
tex3d wrote:

Before, this test was manually adapted from the pattern used for some of the other arc/hyperbolic intrinsics (such as legalize-atan.mir).  I updated the test to the result of using update_mir_test_checks.py instead.

https://github.com/llvm/llvm-project/pull/112611


More information about the llvm-commits mailing list