[all-commits] [llvm/llvm-project] 4d20f4: [PowerPC] Remove DAG matching in ADDIStocHA (#93905)
Kai Luo via All-commits
all-commits at lists.llvm.org
Mon Jun 3 19:01:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d20f495df1968ab51aebe9696923724ee80576d
https://github.com/llvm/llvm-project/commit/4d20f495df1968ab51aebe9696923724ee80576d
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2024-06-04 (Tue, 04 Jun 2024)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstrInfo.td
M llvm/test/CodeGen/PowerPC/aix-tls-gd-longlong.ll
M llvm/test/CodeGen/PowerPC/aix-tls-le-xcoff-reloc-large32.ll
M llvm/test/CodeGen/PowerPC/aix-tls-xcoff-reloc-large.ll
Log Message:
-----------
[PowerPC] Remove DAG matching in ADDIStocHA (#93905)
The MI is generated in `PPCDAGToDAGISel::Select` so the match pattern isn't used and can be removed.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list