[PATCH] D47993: [x86] fix mappings of cvttp2si x86 intrinsics to x86-specific nodes and isel patterns (PR37551)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 10 11:49:07 PDT 2018


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/sse-cvttp2si.ll:7
 ; PR37551 - https://bugs.llvm.org/show_bug.cgi?id=37751
 ; We can't combine into 'round' instructions because the behavior is different for out-of-range values.
 
----------------
I don't think they are affected, but please can you add the cvttss2si(64)/cvttsd2si(64) test cases as well to this and the avx file?


https://reviews.llvm.org/D47993





More information about the llvm-commits mailing list