[PATCH] D93292: [AArch64][SVE] Add optimization to remove redundant ptest instructions

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 05:13:47 PST 2021


bsmith updated this revision to Diff 314366.
bsmith added a comment.

- Add comments to brk testcase to note what is being tested


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.314366.patch
Type: text/x-patch
Size: 175575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210104/008cbd33/attachment-0001.bin>


More information about the llvm-commits mailing list