llvm/lib/AsmParser
Eric Christopher 95604f98b9 getPristineRegs is not accurately considering shrink wrapping puts
registers not saved in certain blocks. Use explicit getCalleeSavedInfo
and isLiveIn instead.

This fixes pr32292.

Patch by Tim Shen!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299124 91177308-0d34-0410-b5e6-96231b3b80d8
2017-03-30 22:34:20 +00:00
..
CMakeLists.txt
LLLexer.cpp [IR] Add AllowContract to FastMathFlags 2017-03-28 20:11:52 +00:00
LLLexer.h
LLParser.cpp getPristineRegs is not accurately considering shrink wrapping puts 2017-03-30 22:34:20 +00:00
LLParser.h [IR] Add AllowContract to FastMathFlags 2017-03-28 20:11:52 +00:00
LLToken.h [IR] Add AllowContract to FastMathFlags 2017-03-28 20:11:52 +00:00
LLVMBuild.txt
Parser.cpp