When processing PHI nodes after a callbr, we need to make sure that the
PHI nodes on the default branch are resolved after the callbr (inserted
after INLINEASM_BR). The PHI node values on the indirect branches are
processed before the INLINEASM_BR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
1,170 ms | linux > libarcher.parallel::parallel-nosuppression.c |
Event Timeline
Comment Actions
@jyknight This doesn't have the loop refactored like you asked for. I'll work on that today.
Comment Actions
test case looks reasonable (I haven't run it pre-patch to see what goes wrong yet). Just curious, is this CL related to D88823?
clang-tidy: warning: invalid case style for function 'HandlePHINodesInSuccessorBlocks' [readability-identifier-naming]
not useful