[PATCH] D62605: [X86] Avoid SFB - Ignore meta instructions
Chris Dawson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 09:06:44 PDT 2019
cdawson created this revision.
cdawson added reviewers: aprantl, lsaba, craig.topper, probinson, RKSimon.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
This patch generalizes the fix in D61680 <https://reviews.llvm.org/D61680> to ignore all meta instructions, not just debug info.
https://reviews.llvm.org/D62605
Files:
llvm/include/llvm/CodeGen/MachineBasicBlock.h
llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
llvm/test/CodeGen/X86/avoid-sfb-ignore-meta.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62605.201947.patch
Type: text/x-patch
Size: 10416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190529/ddc2401a/attachment.bin>
More information about the llvm-commits
mailing list