[llvm] [AArch64] Re-enable rematerialization for streaming-mode-changing functions. (PR #83235)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 28 10:04:15 PST 2024
================
@@ -9494,40 +9494,12 @@ bool AArch64InstrInfo::isReallyTriviallyReMaterializable(
// Avoid rematerializing rematerializable instructions that use/define
// scalable values, such as 'pfalse' or 'ptrue', which result in different
// results when the runtime vector length is different.
----------------
paulwalker-arm wrote:
This comment likely needs updating?
https://github.com/llvm/llvm-project/pull/83235
More information about the llvm-commits
mailing list