[llvm] [AArch64] ORRWrs is copy instruction when there's no implicit def of the X register (PR #75184)

David Green via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 07:15:53 PST 2023


================
@@ -0,0 +1,33 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 4
+# RUN: llc -o - %s -O3 --run-pass=machine-cp -mcp-use-is-copy-instr -mtriple=arm64-apple-macos -mcpu=apple-m1 --verify-machineinstrs | FileCheck %s
----------------
davemgreen wrote:

Can you remove `-O3` and maybe the -mcpu?

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


More information about the llvm-commits mailing list