[all-commits] [llvm/llvm-project] 378739: [SystemZ] Move disabling of arg verification to b...
Jonas Paulsson via All-commits
all-commits at lists.llvm.org
Wed Mar 12 10:33:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 378739f18208165f9831571a57f34d82f6663bc6
https://github.com/llvm/llvm-project/commit/378739f18208165f9831571a57f34d82f6663bc6
Author: Jonas Paulsson <paulson1 at linux.ibm.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
Log Message:
-----------
[SystemZ] Move disabling of arg verification to before isFullyInternal(). (#130693)
It has found to be quite a slowdown to traverse the users of a
function from each call site when it is called many (~70k)
times. This patch fixes this for now as long as this verification
is disabled by default, but there is still a need to eventually
cache the results to avoid recomputation.
Fixes #130541
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