Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/Analysis/ValueTracking/phi-known-bits.ll | ||
---|---|---|
25 | Here again, I don't think the conditional branches are needed and just br label %T should do. |
Paths
| Differential D157797
[ValueTracking] Add tests for getting knownbits from phi-edges; NFC ClosedPublic Authored by goldstein.w.n on Aug 12 2023, 2:43 PM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Aug 15 2023, 2:05 AM This revision was landed with ongoing or failed builds.Aug 22 2023, 8:59 AM Closed by commit rG35d916e11be2: [ValueTracking] Add tests for getting knownbits from phi-edges; NFC (authored by goldstein.w.n). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 549651 llvm/test/Analysis/ValueTracking/phi-known-bits.ll
|
Here again, I don't think the conditional branches are needed and just br label %T should do.