Intrinsics that just load from memory can be treated like loads: they don't
authorChris Lattner <sabre@nondot.org>
Sun, 2 Apr 2006 03:41:14 +0000 (03:41 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Apr 2006 03:41:14 +0000 (03:41 +0000)
commite58a780166eb684164a0a95b999f29328d4e9b2b
tree43e6fb8473d183323b45fc4ef34c111b4e22a4a7
parent5348e393dff492b568c12f0bf5592509392b1407
Intrinsics that just load from memory can be treated like loads: they don't
have to serialize against each other.  This allows us to schedule lvx's
across each other, for example.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27346 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp