[PATCH] D144829: [WIP][BPF] Add a few new insns under cpu=v4
Alexei Starovoitov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 17 19:20:23 PDT 2023
ast accepted this revision.
ast added a comment.
This revision is now accepted and ready to land.
overall looks good. one small nit.
================
Comment at: llvm/lib/Target/BPF/MCTargetDesc/BPFMCFixups.h:17
+enum FixupKind {
+ // These correspond directly to R_390_* relocations.
+ FK_BPF_PCRel_4 = FirstTargetFixupKind,
----------------
a little bit too much of copy paste :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144829/new/
https://reviews.llvm.org/D144829
More information about the cfe-commits
mailing list