realize that instructions who match intrinsics that read memory read memory.
authorChris Lattner <sabre@nondot.org>
Thu, 10 Jan 2008 04:38:57 +0000 (04:38 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Jan 2008 04:38:57 +0000 (04:38 +0000)
commit710e995889c71812743f3f33861c24273f4569a7
tree1a64294aab1e64785df2db1852218a46dd71f7a5
parent8794390406608541ab43b8ff196874b2dd055cdb
realize that instructions who match intrinsics  that read memory read memory.
Also, instructions with any nodes that are SDNPMayLoad also read memory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45817 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenTarget.h
utils/TableGen/InstrInfoEmitter.cpp