================
@@ -157,6 +157,13 @@ static bool mayPrefetch(const MCInst &Inst) {
   }
 }
 
+// Memory hints 48 (stshh keep) & 49 (stshh strm) should be emitted
+// immediately before a store instruction.
+static bool isMemHint(const MCInst &Inst) {
----------------
Lukacma wrote:

I meant this in context of C tests. Sometimes you use 
__builtin_arm_atomic_store_with_hint in them instead of 
__arm_atomic_store_with_hint, but looking at it again it is just define macro 
so it is fine to leave it as it is. 

https://github.com/llvm/llvm-project/pull/198316
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to