[LLVMbugs] [Bug 20676] New: [AVX512] unnecessary register spill and immediate refill before function call
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Aug 15 10:17:19 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20676
Bug ID: 20676
Summary: [AVX512] unnecessary register spill and immediate
refill before function call
Product: new-bugs
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: matt at pharr.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 12904
--> http://llvm.org/bugs/attachment.cgi?id=12904&action=edit
test case
With top of tree and the attached test case, running "llc -mcpu=knl
-filetype=asm bug.ll -o -" has the following in the generated code. The reload
at least is unnecessary, I believe...
vmovups %zmm0, 128(%rsp) ## 64-byte Spill
vmovups 128(%rsp), %zmm0 ## 64-byte Reload
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140815/b313e32f/attachment.html>
More information about the llvm-bugs
mailing list