[all-commits] [llvm/llvm-project] 256a18: [BPF] Add a test for making FI_ri as isPseudo
eddyz87 via All-commits
all-commits at lists.llvm.org
Tue May 10 17:47:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 256a18997e41da94833fe0b90ce85de76eda8a7c
https://github.com/llvm/llvm-project/commit/256a18997e41da94833fe0b90ce85de76eda8a7c
Author: Eduard Zingerman <eddyz87 at gmail.com>
Date: 2022-05-10 (Tue, 10 May 2022)
Changed paths:
A llvm/test/CodeGen/BPF/objdump_fi_ri.ll
Log Message:
-----------
[BPF] Add a test for making FI_ri as isPseudo
Commit 8a63326150ee ("[BPF] Mark FI_ri as isPseudo to avoid
assertion during disassembly") added isPseudo to FI_ri insn
in BPFInstrInfo.td file. This patch added the missing test file.
Differential Revision: https://reviews.llvm.org/D125185
More information about the All-commits
mailing list