Commit 378739f
authored
[SystemZ] Move disabling of arg verification to before isFullyInternal(). (llvm#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 llvm#1305411 parent e619073 commit 378739f
1 file changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10237 | 10237 | | |
10238 | 10238 | | |
10239 | 10239 | | |
| 10240 | + | |
| 10241 | + | |
| 10242 | + | |
| 10243 | + | |
| 10244 | + | |
10240 | 10245 | | |
10241 | 10246 | | |
10242 | 10247 | | |
| |||
10258 | 10263 | | |
10259 | 10264 | | |
10260 | 10265 | | |
| 10266 | + | |
| 10267 | + | |
| 10268 | + | |
| 10269 | + | |
| 10270 | + | |
10261 | 10271 | | |
10262 | 10272 | | |
10263 | 10273 | | |
| |||
10274 | 10284 | | |
10275 | 10285 | | |
10276 | 10286 | | |
10277 | | - | |
10278 | | - | |
10279 | | - | |
10280 | | - | |
10281 | | - | |
10282 | 10287 | | |
10283 | 10288 | | |
10284 | 10289 | | |
| |||
0 commit comments