CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/26 12:34:27
Modified files:
gnu/llvm/lib/Target/X86: X86InstrFPStack.td
Log message:
Cherry-pick a change from LLVM that marks specific pseudo memory
instructions to have side effects so the optimizer does not reorder
them across fnstcw/fldcw sequences. Fixes a bug seen in sqlite3 on
i386.
ok kettenis@
