]> granicus.if.org Git - llvm/commit
[X86] Don't lie about legality to TLI's demanded bits.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 27 Jul 2017 21:28:59 +0000 (21:28 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 27 Jul 2017 21:28:59 +0000 (21:28 +0000)
commit76e9cd42f57a8e0cd86d5f629623bfdeaf01bd24
treeff6b9a0170a61eafd389152dfed113b5eaac1c56
parente60a6a2df4873f1b6cd2ced9e7d984659b46b4b3
[X86] Don't lie about legality to TLI's demanded bits.

Like r309323, X86 had a typo where it passed the wrong flags to TLO.

Found by inspection; I haven't been able to tickle this into having
observable behavior.  I don't think it does, given that X86 doesn't have
custom demanded bits logic, and the generic logic doesn't have a lot of
exposure to illegal constructs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309325 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp