================
@@ -0,0 +1,12 @@
+; RUN: llc -mtriple=aarch64 -mattr=+pcdphint < %s | FileCheck %s
+
+declare void @llvm.aarch64.stshh(i64)
+
+define void @test_stshh_atomic_store(ptr %p, i32 %v) {
+; CHECK-LABEL: test_stshh_atomic_store
+; CHECK: stshh
----------------
kmclaughlin-arm wrote:I think it's worth checking that the policy (`keep`) is correct too. Please can you use the `update_llc_test_checks.py` script to generate the `CHECK` lines? It might also be worth adding another test for `strm`. https://github.com/llvm/llvm-project/pull/181386 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
