[PATCH] D12372: [X86] Fix sitofp and uitofp instruction matching failures with long double and avx512
Asaf Badouh via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 1 02:02:43 PDT 2015
AsafBadouh added a subscriber: AsafBadouh.
================
Comment at: lib/Target/X86/X86ISelLowering.cpp:1332
@@ -1331,3 @@
- if (Subtarget->is64Bit()) {
- setOperationAction(ISD::SINT_TO_FP, MVT::i64, Legal);
- setOperationAction(ISD::UINT_TO_FP, MVT::i64, Legal);
----------------
I'm not sure, but I think you missed SINT_TO_FP case.
http://reviews.llvm.org/D12372
More information about the llvm-commits
mailing list