[PATCH] D27323: [X86] Fix non-intrinsic roundss/roundsd to not read the destination register

Michael Kuperstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 15:07:49 PST 2016


mkuper created this revision.
mkuper added reviewers: craig.topper, zvi.
mkuper added a subscriber: llvm-commits.

This changes the scalar non-intrinsic non-avx roundss/sd instruction definitions not to read their destination register - allowing partial dependency breaking.

This fixes PR31143.


https://reviews.llvm.org/D27323

Files:
  lib/Target/X86/X86InstrSSE.td
  test/CodeGen/X86/pr31143.ll
  test/CodeGen/X86/stack-folding-fp-sse42.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27323.79989.patch
Type: text/x-patch
Size: 14478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161201/375d5e01/attachment.bin>


More information about the llvm-commits mailing list