[PATCH] D72504: [ARM][LowOverheadLoops] Change predicate inspection
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 06:55:51 PST 2020
samparker created this revision.
samparker added reviewers: SjoerdMeijer, dmgreen.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: LLVM.
Use the already provided helper function to get the operand type so that we can detect whether the vpr is being used as a predicate or not. Also use existing helpers to get the predicate indices when we converting the vpt blocks.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D72504
Files:
llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
llvm/test/CodeGen/Thumb2/LowOverheadLoops/vmaxmin_vpred_r.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72504.237304.patch
Type: text/x-patch
Size: 19644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200110/a0d7da49/attachment-0001.bin>
More information about the llvm-commits
mailing list