Files
clang-p2996/llvm/lib/CodeGen/ReachingDefAnalysis.cpp
Kazu Hirata 64f2bff12b [ReachingDefAnalysis] Turn MBBReachingDefsInfo into a proper class (NFC) (#110432)
I'm trying to speed up the reaching def analysis by changing the
underlying data structure.  Turning MBBReachingDefsInfo into a proper
class decouples the data structure and its users.  This patch does not
change the existing three-dimensional vector structure.

---------

Co-authored-by: Nikita Popov <github@npopov.com>
2024-09-29 19:37:53 -07:00

24 KiB