[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:17 PST 2024
================
@@ -0,0 +1,142 @@
+; RUN: llc < %s -march=bpfel -mcpu=v4 -verify-machineinstrs -show-mc-encoding \
----------------
inclyc wrote:
```suggestion
; RUN: llc < %s -march=bpfel -mcpu=v4 -verify-machineinstrs \
```
Maybe not test mc encoding again
https://github.com/llvm/llvm-project/pull/108636
More information about the cfe-commits
mailing list