[PATCH] D136161: [AArch64][SVE] NFC: extend tests for flag-setting predicate instructions

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 05:15:52 PDT 2022


c-rhodes created this revision.
Herald added subscribers: psnobl, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
c-rhodes requested review of this revision.
Herald added a project: LLVM.

A follow on patch will extend existing

  PTEST(PG, OP(PG, ...)) -> OP_FLAG_SETTING(PG, ...)

optimization in AArch64InstrInfo::optimizePTestInstr to cover more of
the flag-setting instructions


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136161

Files:
  llvm/test/CodeGen/AArch64/sve-ptest-removal-brk.ll
  llvm/test/CodeGen/AArch64/sve-ptest-removal-log.ll
  llvm/test/CodeGen/AArch64/sve-ptest-removal-ptrue.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136161.468492.patch
Type: text/x-patch
Size: 9934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221018/5f61a000/attachment.bin>


More information about the llvm-commits mailing list