[PATCH] D45823: [X86] Fix Update Kill Register in Avoid SFB Pass - Bug 37153
Lama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 19 09:06:42 PDT 2018
lsaba created this revision.
lsaba added reviewers: craig.topper, thegameg, RKSimon.
Reset the Kill flag to false for the newly created small load/store instructions, except for the last created load/store which should have the original kill flag status.
Repository:
rL LLVM
https://reviews.llvm.org/D45823
Files:
lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
test/CodeGen/X86/avoid-sfb-kill-flags.mir
test/CodeGen/X86/avoid-sfb-overlaps.ll
test/CodeGen/X86/avoid-sfb.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45823.143106.patch
Type: text/x-patch
Size: 6575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180419/29878b8e/attachment.bin>
More information about the llvm-commits
mailing list