Details
Details
- Reviewers
jhenderson - Commits
- rG32cabfcbc612: Define BBEntry::hasIndirectBranch. NFC
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,040 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
Comment Actions
Looks good (should it have had a unit test?). Not sure why this was landed without review though?
Comment Actions
The field HasIndirectBranch was already added and unit-tests already covered it. This patch just added a getter for that field.