[all-commits] [llvm/llvm-project] a57fdc: x87 FPU state instructions do not use an f32 memor...

Eric Astor via All-commits all-commits at lists.llvm.org
Tue Sep 1 10:51:00 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a57fdcdd404bd9fa69463c587ee7915dde8541a2
      https://github.com/llvm/llvm-project/commit/a57fdcdd404bd9fa69463c587ee7915dde8541a2
  Author: Eric Astor <epastor at google.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86InstrFPStack.td

  Log Message:
  -----------
  x87 FPU state instructions do not use an f32 memory location

These instructions actually use a 512-byte location, where bytes 464-511 are ignored.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D86942




More information about the All-commits mailing list