[all-commits] [llvm/llvm-project] edc1bc: [PassBuilder] Detect loop-mssa for licm with param...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Jan 23 03:13:23 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: edc1bcfc24e2a676e013775eb71a951e49b9d4f1
https://github.com/llvm/llvm-project/commit/edc1bcfc24e2a676e013775eb71a951e49b9d4f1
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M llvm/lib/Passes/PassBuilder.cpp
M llvm/test/Transforms/LICM/allow-speculation-option.ll
Log Message:
-----------
[PassBuilder] Detect loop-mssa for licm with parameters (PR60149)
When auto-detecting loop-mssa for licm/lnicm, also handle the case
where there are pass parameters.
Fixes https://github.com/llvm/llvm-project/issues/60149.
More information about the All-commits
mailing list