[all-commits] [llvm/llvm-project] ec37ec: [LCSSA] Skip updating users in unreachable blocks.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Aug 26 07:10:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec37ecbc6299781ebafeaa8a41413d08578577dd
https://github.com/llvm/llvm-project/commit/ec37ecbc6299781ebafeaa8a41413d08578577dd
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-08-26 (Fri, 26 Aug 2022)
Changed paths:
M llvm/lib/Transforms/Utils/LCSSA.cpp
Log Message:
-----------
[LCSSA] Skip updating users in unreachable blocks.
Don't waste time trying to update users in unreachable blocks.
More information about the All-commits
mailing list