[PATCH] D68854: [X86] add mayRaiseFPException flag and FPCW registers for X87 instructions
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 05:17:05 PDT 2019
RKSimon added a comment.
Test cases?
================
Comment at: llvm/lib/Target/X86/X86InstrFPStack.td:708
def FFREE : FPI<0xDD, MRM0r, (outs), (ins RSTi:$reg), "ffree\t$reg">;
def FFREEP : FPI<0xDF, MRM0r, (outs), (ins RSTi:$reg), "ffreep\t$reg">;
----------------
Why did you change this? FFREE/FFREEP leave FPSW in an undefined state
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68854/new/
https://reviews.llvm.org/D68854
More information about the llvm-commits
mailing list