The IRInterpreter's constant evaluator wasn't
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
Loading
Please sign in to comment