[PATCH] D159193: [AArch64][SME] Disable remat of VL-dependent ops when function changes streaming mode.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 31 06:43:38 PDT 2023
sdesmalen updated this revision to Diff 555025.
sdesmalen marked an inline comment as done.
sdesmalen added a comment.
Use `isVirtual()` explicitly rather than relying on `getRegClassOrNull()`.
(this also removed the need for the assert)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159193/new/
https://reviews.llvm.org/D159193
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
llvm/lib/Target/AArch64/AArch64InstrInfo.h
llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
llvm/test/CodeGen/AArch64/sme-disable-rematerialize-with-streaming-mode-changes.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159193.555025.patch
Type: text/x-patch
Size: 7903 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230831/001d0dc5/attachment.bin>
More information about the llvm-commits
mailing list