Skip to content
  • Sean Callanan's avatar
    The IRInterpreter's constant evaluator wasn't · 94a9a39e
    Sean Callanan authored
    sufficiently general - it could only handle
    literals and operations that didn't change the
    data.  Now the constant evaluator passes APInt
    values around, and can handle GetElementPtr
    constants.
    
    llvm-svn: 150034
    94a9a39e
Loading