LICM checks that nested ops depend only on values defined outside
before performing hoisting.
However, it specifically omits to check for terminators which can
lead to SSA violations.
This revision fixes the incorrect behavior.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo