Merge branch 'main' into shared-bb-dominates

This commit is contained in:
Simon Friis Vindum
2025-02-11 09:31:06 +01:00
214 changed files with 48064 additions and 47643 deletions

View File

@@ -21,8 +21,6 @@ module Ssa {
BasicBlock getABasicBlockSuccessor(BasicBlock bb) { result = bb.getASuccessor() }
class ExitBasicBlock = BasicBlocks::ExitBasicBlock;
private newtype TSourceVariable =
TNormalSourceVariable(VarDecl v) or
TKeyPathSourceVariable(EntryNode entry) { entry.getScope() instanceof KeyPathExpr }