[PATCH] D159194: [AArch64][SME] Don't use OBSCURE_COPY to avoid rematerialization.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 06:16:50 PDT 2023


sdesmalen created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
sdesmalen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is intended to be a non-functional change. This patch removes
OBSCURE_COPY in favour of using `forceDisableTriviallyReMaterializable`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D159194

Files:
  llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159194.554687.patch
Type: text/x-patch
Size: 5184 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230830/9dd99232/attachment.bin>


More information about the llvm-commits mailing list