]> granicus.if.org Git - llvm/commit
GlobalISel: Add a note about how we're being a bit loose with memory operands
authorJustin Bogner <mail@justinbogner.com>
Fri, 20 Jan 2017 00:30:17 +0000 (00:30 +0000)
committerJustin Bogner <mail@justinbogner.com>
Fri, 20 Jan 2017 00:30:17 +0000 (00:30 +0000)
commit91e5a47341f49e5be2de6fdbdb902b0f674f1390
treeafbaa25bca30f411b03dbe9fd36e6f899a52525e
parentc4512366a3ef278d7cf553f1044a0ac18aa81530
GlobalISel: Add a note about how we're being a bit loose with memory operands

The logic in r292461 is conservatively correct, but we should revisit
this later. Add a TODO so we don't forget.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292553 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/GlobalISel/LegalizerHelper.cpp