swift
b13a8e9b - Merge pull request #34915 from gottesmm/forwarding-silinstruction

Commit
4 years ago
Merge pull request #34915 from gottesmm/forwarding-silinstruction [ownership] Centralize all info about SILInstruction forwarding in the SILInstruction class hierarchy itself.
Author
  • include/swift
    • Basic
      • File
        InlineBitfield.h
    • SIL
      • File
        OwnershipUtils.h
      • File
        SILInstruction.h
      • File
        SILNode.h
    • SILOptimizer/Differentiation
      • File
        Common.h
  • lib
    • SIL
      • IR
        • File
          OperandOwnership.cpp
        • File
          SILInstructions.cpp
        • File
          ValueOwnership.cpp
      • Utils
        • File
          OwnershipUtils.cpp
      • Verifier
        • File
          SILVerifier.cpp
    • SILOptimizer
      • Differentiation
        • File
          Common.cpp
        • File
          JVPCloner.cpp
        • File
          PullbackCloner.cpp
      • SemanticARC
        • File
          SemanticARCOptVisitor.h