[Attributor][NFC] Introduce a flag to skip liveness checks
authorJohannes Doerfert <johannes@jdoerfert.de>
Tue, 20 Jun 2023 04:37:21 +0000 (21:37 -0700)
committerJohannes Doerfert <johannes@jdoerfert.de>
Thu, 29 Jun 2023 16:18:36 +0000 (09:18 -0700)
commit1716924ccfddd3e394689a7b48d5e1a67cee450f
tree12c17d18f017a67e28598201a46f4c60c0f63ab2
parent21c0d6bff92ee9aad9307ee41e01724c8d78e650
[Attributor][NFC] Introduce a flag to skip liveness checks

While we can disallow AAs, liveness checks are everywhere and if the
user doesn't want them it is costly to go through just to find out
everything is assumed live.
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/Attributor.cpp