Add support for promoting and expanding AssertZext
and AssertSext. Needed when passing huge integer parameters with the zeroext or signext attributes. llvm-svn: 53684
Showing
- llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp 39 additions, 0 deletionsllvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
- llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h 3 additions, 0 deletionsllvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
- llvm/test/CodeGen/Generic/APIntSextParam.ll 1537 additions, 0 deletionsllvm/test/CodeGen/Generic/APIntSextParam.ll
- llvm/test/CodeGen/Generic/APIntZextParam.ll 1537 additions, 0 deletionsllvm/test/CodeGen/Generic/APIntZextParam.ll
Loading
Please register or sign in to comment