Skip to content
Commit 4bbd4097 authored by Chris Lattner's avatar Chris Lattner
Browse files

Implement folding of expressions like 'uint cast (int* getelementptr (int*

null, uint 1) to uint)' to a constant integer.  We can only do this with
primitive LLVM types, because other types have target-specific sizes.

llvm-svn: 14837
parent 030f84f2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment