mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Handle block splitting in tuple match
This commit is contained in:
parent
f58362343b
commit
c107a33268
4 changed files with 84 additions and 71 deletions
|
@ -117,6 +117,7 @@ public:
|
|||
Dictionary<llvm::Type*, llvm::Value*> mReflectDataMap;
|
||||
Dictionary<llvm::Type*, llvm::Type*> mAlignedTypeToNormalType;
|
||||
Dictionary<llvm::Type*, int> mTypeToTypeIdMap;
|
||||
HashSet<llvm::BasicBlock*> mLockedBlocks;
|
||||
|
||||
public:
|
||||
void InitTarget();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue