[all-commits] [llvm/llvm-project] e4ea2d: [StructurizeCFG] Correctly depend on UniformityAna...
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Tue Mar 14 03:26:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4ea2d59191c7b94a3805cfd3adda1db6d17852a
https://github.com/llvm/llvm-project/commit/e4ea2d59191c7b94a3805cfd3adda1db6d17852a
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
Log Message:
-----------
[StructurizeCFG] Correctly depend on UniformityAnalysis
Small oversight in https://reviews.llvm.org/D145688 - the pass' dependency was not updated to reflect the change to UA.
Also, change DivergenceAnalysis to UniformityAnalysis in a comment. That way, StructurizeCFG only refers to UA and not DA anymore.
More information about the All-commits
mailing list