[PATCH] D93292: [AArch64][SVE] Add optimization to remove redundant ptest instructions
Bradley Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 5 07:30:39 PST 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc73ae747cb0c: [AArch64][SVE] Add optimization to remove redundant ptest instructions (authored by bsmith).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93292/new/
https://reviews.llvm.org/D93292
Files:
llvm/lib/Target/AArch64/AArch64InstrFormats.td
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
llvm/lib/Target/AArch64/AArch64InstrInfo.h
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve-ptest-removal-brk.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmpeq.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmpeq.mir
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmpge.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmpgt.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmphi.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmphs.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmple.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmplo.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmpls.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmplt.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-cmpne.ll
llvm/test/CodeGen/AArch64/sve-ptest-removal-whilege.mir
llvm/test/CodeGen/AArch64/sve-ptest-removal-whilegt.mir
llvm/test/CodeGen/AArch64/sve-ptest-removal-whilehi.mir
llvm/test/CodeGen/AArch64/sve-ptest-removal-whilehs.mir
llvm/test/CodeGen/AArch64/sve-ptest-removal-whilele.mir
llvm/test/CodeGen/AArch64/sve-ptest-removal-whilelo.mir
llvm/test/CodeGen/AArch64/sve-ptest-removal-whilels.mir
llvm/test/CodeGen/AArch64/sve-ptest-removal-whilelt.mir
llvm/test/CodeGen/AArch64/sve-ptest-removal-whilerw.mir
llvm/test/CodeGen/AArch64/sve-ptest-removal-whilewr.mir
llvm/test/CodeGen/AArch64/sve-setcc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93292.314607.patch
Type: text/x-patch
Size: 175575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210105/0dfdf941/attachment-0001.bin>
More information about the llvm-commits
mailing list