Replacing the memory operand in the intrinsic versions of the comis/ucomis instrucions from f128mem to ssmem/sdmem accordingly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I wonder if we should be using sse_load_f32 and sse_load_f64 and ssmem/sdmem.
Can you add Intel assembly syntax test cases that I assume are affected by this change.
Comment Actions
The changed instructions are marked with "isCodeGenOnly", therefore cannot be tested with encoding tests.