================
@@ -0,0 +1,142 @@
+; RUN: llc < %s -march=bpfel -mcpu=v4 -verify-machineinstrs -show-mc-encoding \
----------------
peilin-ye wrote:

> again

Thanks for pointing this out, but I do want to test the MC encoding.  It looks 
like at the moment a lot of tests under `llvm/test/CodeGen/BPF/` are doing this:

```shell
$ git grep --files-with-matches '\-show-mc-encoding' -- llvm/test/CodeGen/BPF/ 
| wc -l
18
```

I think we can do a separate PR to move all the "test MC encoding" bits from 
`llvm/test/CodeGen/BPF/` to `llvm/test/MC/BPF/`, if needed.

https://github.com/llvm/llvm-project/pull/108636
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to