[PATCH] D159052: [PowerPC] fix the PowerPC cases

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 19:53:53 PDT 2023


shchenz created this revision.
shchenz added reviewers: MatzeB, PowerPC.
shchenz added a project: LLVM.
Herald added subscribers: steven.zhang, asbirlea, nemanjai.
Herald added a project: All.
shchenz requested review of this revision.
Herald added a subscriber: llvm-commits.

Fix the broken cases in D152215 <https://reviews.llvm.org/D152215>.

For case `test/CodeGen/PowerPC/aix-lower-jump-table.ll`, the original case checks the jump table in the TOC region. `update_llc_test_checks` seems can not generate these assembly codes?


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D159052

Files:
  llvm/test/CodeGen/PowerPC/aix-lower-jump-table-mir.ll
  llvm/test/CodeGen/PowerPC/aix-lower-jump-table.ll
  llvm/test/CodeGen/PowerPC/licm-tocReg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159052.554142.patch
Type: text/x-patch
Size: 23206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230829/a62c9d90/attachment.bin>


More information about the llvm-commits mailing list