diff options
Diffstat (limited to 'llvm/test/Transforms/WholeProgramDevirt/Inputs')
-rw-r--r-- | llvm/test/Transforms/WholeProgramDevirt/Inputs/import-branch-funnel.yaml | 11 | ||||
-rw-r--r-- | llvm/test/Transforms/WholeProgramDevirt/Inputs/import-vcp-branch-funnel.yaml | 23 |
2 files changed, 34 insertions, 0 deletions
diff --git a/llvm/test/Transforms/WholeProgramDevirt/Inputs/import-branch-funnel.yaml b/llvm/test/Transforms/WholeProgramDevirt/Inputs/import-branch-funnel.yaml new file mode 100644 index 00000000000..eaa23b406bf --- /dev/null +++ b/llvm/test/Transforms/WholeProgramDevirt/Inputs/import-branch-funnel.yaml @@ -0,0 +1,11 @@ +--- +TypeIdMap: + typeid1: + WPDRes: + 0: + Kind: BranchFunnel + typeid2: + WPDRes: + 8: + Kind: BranchFunnel +... diff --git a/llvm/test/Transforms/WholeProgramDevirt/Inputs/import-vcp-branch-funnel.yaml b/llvm/test/Transforms/WholeProgramDevirt/Inputs/import-vcp-branch-funnel.yaml new file mode 100644 index 00000000000..e1b1bdbb818 --- /dev/null +++ b/llvm/test/Transforms/WholeProgramDevirt/Inputs/import-vcp-branch-funnel.yaml @@ -0,0 +1,23 @@ +--- +TypeIdMap: + typeid1: + WPDRes: + 0: + Kind: BranchFunnel + ResByArg: + 1: + Kind: VirtualConstProp + Info: 0 + Byte: 42 + Bit: 0 + typeid2: + WPDRes: + 8: + Kind: BranchFunnel + ResByArg: + 3: + Kind: VirtualConstProp + Info: 0 + Byte: 43 + Bit: 128 +... |