[llvm-dev] AVX-512 foldable instructions Pattern Matching VMOVDQU32Zm
hameeza ahmed via llvm-dev
llvm-dev at lists.llvm.org
Thu Jun 22 18:57:49 PDT 2017
Hello,
I am trying to understand the vectorized llvm instruction selection
(pattern matching). there i found how
store<ST64[bitcast (i32* getelementptr inbounds ([34 x i32], [34 x i32]*
@a, i64 0, i64 16) to <16 x i32>*)](align=16)(tbaa=<0x2c96d88>)> is mapped
to
VMOVDQU32Zmr<Mem:ST64[bitcast (i32* getelementptr inbounds ([34 x i32], [34
x i32]* @a, i64 0, i64 16) to <16 x i32>*)](align=16)(tbaa=<0x2c96d88>)>
Register:i64 %RIP, TargetConstant:i8<1>, Register:i64 %noreg,
TargetGlobalAddress:i32<[34 x i32]* @a> + 64, Register:i32 %noreg, t16, t18
but when i searched VMOVDQU32Zm instruction i didnt find its definition in
.td file rather its mentioned in x86instrinfo.cpp still not defined rather
it says AVX-512 foldable instructions
it is just called via .inc file.
{ X86::VMOVDQU32Zrr, X86::VMOVDQU32Zmr, TB_FOLDED_STORE },
Please clarify the concept of pattern matching for such instructions. what
are foldable instructions?
Thank You
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170623/62e0ecef/attachment.html>
More information about the llvm-dev
mailing list