[X86] Make the if statement structure for inline assembly constraints 'l', 'r', ...
authorCraig Topper <craig.topper@gmail.com>
Wed, 13 May 2020 03:54:13 +0000 (20:54 -0700)
committerCraig Topper <craig.topper@gmail.com>
Wed, 13 May 2020 19:19:57 +0000 (12:19 -0700)
commit47985451edeb1a6de560dfcae031093bc5eb0f9f
treec97c109576731e8a37a71940e3af3cdbce15a7b8
parent5435c5def24e68b4cd54efa9e989cd78dbb9b8cc
[X86] Make the if statement structure for inline assembly constraints 'l', 'r', 'q', 'Q', and 'R' the same.

These did similar things but had slight differences. For example
'Q' didn't allow f64, but the others did.
llvm/lib/Target/X86/X86ISelLowering.cpp