[PATCH] D125185: [BPF] Mark FI_ri as isPseudo to avoid assertion during disassembly
Yonghong Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 10 17:09:00 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8a63326150ee: [BPF] Mark FI_ri as isPseudo to avoid assertion during disassembly (authored by eddyz87, committed by yonghong-song).
Changed prior to commit:
https://reviews.llvm.org/D125185?vs=427936&id=428539#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125185/new/
https://reviews.llvm.org/D125185
Files:
llvm/lib/Target/BPF/BPFInstrInfo.td
Index: llvm/lib/Target/BPF/BPFInstrInfo.td
===================================================================
--- llvm/lib/Target/BPF/BPFInstrInfo.td
+++ llvm/lib/Target/BPF/BPFInstrInfo.td
@@ -372,6 +372,7 @@
let Inst{47-32} = 0;
let Inst{31-0} = 0;
let BPFClass = BPF_LD;
+ bit isPseudo = true;
}
def LD_pseudo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125185.428539.patch
Type: text/x-patch
Size: 328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220511/daef2cfa/attachment.bin>
More information about the llvm-commits
mailing list