diff options
author | Craig Topper <craig.topper@intel.com> | 2018-06-05 22:40:03 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2018-06-05 22:40:03 +0000 |
commit | 6b5b5ce06c2d294d093a3ad782e7546d5fccd25b (patch) | |
tree | d8c0b7507b2f321ef267cb7488bfd549c015b55f /llvm/lib/CodeGen/TargetSubtargetInfo.cpp | |
parent | 8cef7fd75ac3cbeb8efb767e5ba2dcdb76bf4454 (diff) | |
download | bcm5719-llvm-6b5b5ce06c2d294d093a3ad782e7546d5fccd25b.tar.gz bcm5719-llvm-6b5b5ce06c2d294d093a3ad782e7546d5fccd25b.zip |
[X86] Implement __builtin_ia32_vec_ext_v2si correctly even though we only use it with an index of 0.
This builtin takes an index as its second operand, but the codegen hardcodes an index of 0 and doesn't use the operand. The only use of the builtin in the header file passes 0 to the operand so this works for that usage. But its more correct to use the real operand.
llvm-svn: 334054
Diffstat (limited to 'llvm/lib/CodeGen/TargetSubtargetInfo.cpp')
0 files changed, 0 insertions, 0 deletions