[all-commits] [llvm/llvm-project] 028579: [X86] FUCOMI/FCOMI instructions should Def FPSW no...
topperc via All-commits
all-commits at lists.llvm.org
Mon Feb 3 07:39:31 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 028579b51e578f699eb9da44fb2becfea2439879
https://github.com/llvm/llvm-project/commit/028579b51e578f699eb9da44fb2becfea2439879
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-02-03 (Mon, 03 Feb 2020)
Changed paths:
M llvm/lib/Target/X86/X86InstrFPStack.td
Log Message:
-----------
[X86] FUCOMI/FCOMI instructions should Def FPSW not FPCW.
These instructions can set the exception in FPSW. But I
don't think they can change FPCW. So this looks like a typo.
Differential Revision: https://reviews.llvm.org/D73864
More information about the All-commits
mailing list