Correctly handle physical register inputs. They are not explicit input operands in...
authorEvan Cheng <evan.cheng@apple.com>
Mon, 8 Sep 2008 08:39:33 +0000 (08:39 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 8 Sep 2008 08:39:33 +0000 (08:39 +0000)
commit98d2d07d416b3431a298eec5a2bfe8b39652c3aa
treefb3e373d394f9c3d668574ef510c1b9572296ff2
parent5960e4eb68be6b3bca6369f6a95d7de5ed8a9ead
Correctly handle physical register inputs. They are not explicit input operands in the resulting machine instrs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55893 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/fast-isel-phys.ll [new file with mode: 0644]
utils/TableGen/FastISelEmitter.cpp