aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorElena Demikhovsky <elena.demikhovsky@intel.com>2016-12-21 10:43:36 +0000
committerElena Demikhovsky <elena.demikhovsky@intel.com>2016-12-21 10:43:36 +0000
commit7c7bf1b432c0deb69a7cd11e41ec915fd5500e7e (patch)
tree7f22c2fce9583bffc460d146f50da34abf32675d /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentc96272c47c8135c0e1ae13d07faf80004a68512c (diff)
downloadllvm-7c7bf1b432c0deb69a7cd11e41ec915fd5500e7e.zip
llvm-7c7bf1b432c0deb69a7cd11e41ec915fd5500e7e.tar.gz
llvm-7c7bf1b432c0deb69a7cd11e41ec915fd5500e7e.tar.bz2
Added a template for building target specific memory node in DAG.
I added API for creation a target specific memory node in DAG. Today, all memory nodes are common for all targets and their constructors are located in SelectionDAG.cpp. There are some cases in X86 where we need to create a special node - truncation-with-saturation store, float-to-half-store. In the current patch I added truncation-with-saturation nodes and I'm using them for intrinsics. In the future I plan to implement DAG lowering for truncation-with-saturation pattern. Differential Revision: https://reviews.llvm.org/D27899 llvm-svn: 290250
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions