[PATCH] D71992: [ARM] Unrestrict Armv8 IT blocks

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 30 02:32:40 PST 2019


samparker created this revision.
samparker added reviewers: efriedma, evandro, t.p.northover, dmgreen, SjoerdMeijer, olista01.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: LLVM.

In Section 5.10 of the Cortex-A75 optimization guide and Section 4.12 of the Cortex-A76 and A77 optimization guides, it is stated that multi-instruction IT blocks are preferred over multiple, single instruction, blocks.


https://reviews.llvm.org/D71992

Files:
  llvm/lib/Target/ARM/ARM.td
  llvm/lib/Target/ARM/ARMSubtarget.cpp
  llvm/lib/Target/ARM/ARMSubtarget.h
  llvm/test/CodeGen/Thumb2/v8_deprecate_IT.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71992.235568.patch
Type: text/x-patch
Size: 6018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191230/a99ab780/attachment.bin>


More information about the llvm-commits mailing list