aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/ValueMapper.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-12-30 20:11:48 +0000
committerTobias Grosser <tobias@grosser.es>2015-12-30 20:11:48 +0000
commitce9ef39c10428264bd54482831eb9dd4c5fa28f2 (patch)
tree4ea19795e84b133c0423c5aeb74ba20111470e94 /llvm/lib/Transforms/Utils/ValueMapper.cpp
parent5a90a985b9404797f0331fab774d7dde005dbde1 (diff)
downloadllvm-ce9ef39c10428264bd54482831eb9dd4c5fa28f2.zip
llvm-ce9ef39c10428264bd54482831eb9dd4c5fa28f2.tar.gz
llvm-ce9ef39c10428264bd54482831eb9dd4c5fa28f2.tar.bz2
IslExprBuilder: Provide PointerLikeTypeTraits for isl_id
Providing an explicit PointerLikeTypeTraits implementation became necessary since LLVM started in https://llvm.org/svn/llvm-project/llvm/trunk@256620 to automatically derive the pointer alignment from the pointer element type, which does not work for incomplete types as used by isl. To ensure our code still compiles, we provide an instantiation of PointerLikeTypeTraits for isl_id which assumes no minimal alignment. isl pointers are likely to have a "higher" alignment. We can exploit this later in case this becomes performance relevant. llvm-svn: 256650
Diffstat (limited to 'llvm/lib/Transforms/Utils/ValueMapper.cpp')
0 files changed, 0 insertions, 0 deletions