[PATCH] D47621: [X86] Block UndefRegUpdate

Tomasz Krupa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 1 01:25:00 PDT 2018


tkrupa created this revision.
tkrupa added a reviewer: craig.topper.
Herald added a subscriber: llvm-commits.

Prevent folding of operations with memory loads when one of the sources has undefined register update.


Repository:
  rL LLVM

https://reviews.llvm.org/D47621

Files:
  lib/Target/X86/X86InstrInfo.cpp
  test/CodeGen/X86/fast-isel-int-float-conversion-x86-64.ll
  test/CodeGen/X86/fast-isel-int-float-conversion.ll
  test/CodeGen/X86/vector-sqrt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47621.149407.patch
Type: text/x-patch
Size: 6646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180601/87906799/attachment.bin>


More information about the llvm-commits mailing list