[all-commits] [llvm/llvm-project] 5e1599: MachineFunctionPass: Clear properties before runni...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Oct 5 15:12:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e159972917fb7d02347f98d7431f1d02bee33b6
https://github.com/llvm/llvm-project/commit/5e159972917fb7d02347f98d7431f1d02bee33b6
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
M llvm/lib/CodeGen/MachineFunctionPass.cpp
M llvm/lib/CodeGen/RegisterCoalescer.cpp
Log Message:
-----------
MachineFunctionPass: Clear properties before running function (#67962)
This ensures !isSSA checks in the function work if the input MIR
happened to appear as SSA.
More information about the All-commits
mailing list