[clang] [llvm] [BPF] Add load-acquire and store-release instructions under -mcpu=v4 (PR #108636)

Yingchi Long via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 4 02:24:16 PST 2024


================
@@ -0,0 +1,142 @@
+; RUN: llc < %s -march=bpfel -mcpu=v4 -verify-machineinstrs -show-mc-encoding \
+; RUN:   | FileCheck -check-prefixes=CHECK-LE %s
+; RUN: llc < %s -march=bpfeb -mcpu=v4 -verify-machineinstrs -show-mc-encoding \
----------------
inclyc wrote:

same

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


More information about the cfe-commits mailing list