[PATCH] D13722: Scalarization for masked gather/scatter intrinsics
Elena Demikhovsky via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 19 01:38:45 PDT 2015
delena updated this revision to Diff 37724.
delena marked an inline comment as done.
delena added a comment.
I moved the load-store related changes to another patch. In this patch I have:
1. isLegalGather() isLegalScatter() interface
2. code that scalarizes masked.gather and masked.scatter intrinsics when the interface (1) returns false.
Repository:
rL LLVM
http://reviews.llvm.org/D13722
Files:
../include/llvm/Analysis/TargetTransformInfo.h
../include/llvm/Analysis/TargetTransformInfoImpl.h
../lib/Analysis/TargetTransformInfo.cpp
../lib/CodeGen/CodeGenPrepare.cpp
../lib/Target/X86/X86TargetTransformInfo.cpp
../lib/Target/X86/X86TargetTransformInfo.h
../test/CodeGen/X86/masked_gather_scatter.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13722.37724.patch
Type: text/x-patch
Size: 19968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151019/1d0e4125/attachment.bin>
More information about the llvm-commits
mailing list