[X86] Extend boolean arguments to inline-asm according to getBooleanType
authorKrzysztof Parzyszek <kparzysz@quicinc.com>
Wed, 3 Apr 2019 17:43:14 +0000 (17:43 +0000)
committerKrzysztof Parzyszek <kparzysz@quicinc.com>
Wed, 3 Apr 2019 17:43:14 +0000 (17:43 +0000)
commit4841643a1da20d5af5b18645ae169f8e3d865f9c
tree0b282b9bb896a90cc17c92ba1b5f1fd03486a8e4
parent27a83e99f4866471dabeeb1c116df91b587d5362
[X86] Extend boolean arguments to inline-asm according to getBooleanType

Differential Revision: https://reviews.llvm.org/D60208

llvm-svn: 357615
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/inline-asm-i-constraint-i1.ll [new file with mode: 0644]