[PATCH] D57735: [X86] Add FPCW as a register and start using it as an implicit use on floating point instructions.

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 6 12:58:19 PST 2019


dim added inline comments.


================
Comment at: test/CodeGen/X86/pr34080.ll:73
 ; SSE2-SCHEDULE-NEXT:    fldcw -2(%rbp)
-; SSE2-SCHEDULE-NEXT:    fmul %st, %st(1)
 ; SSE2-SCHEDULE-NEXT:    movw %ax, -2(%rbp)
----------------
craig.topper wrote:
> This looks like we were still miscompiling this test despite this bug being closed
Hm yes, in rL321424 @RKSimon added a pr34080-2.ll test case, but didn't touch this one, for some reason.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57735/new/

https://reviews.llvm.org/D57735





More information about the llvm-commits mailing list