Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Feel free to push build fixes without going through review: getting the build green is the priority :)
Comment Actions
Feel free to just submit this stuff directly in the future BTW.
mlir/lib/Target/LLVMIR/ModuleTranslation.cpp | ||
---|---|---|
327 | Could we just change this to terminator->successor_begin(), terminator->successor_end() and drop the unused variable? |
Comment Actions
I was just trying to change as little as possible from my normal workflow when submitting a fix without review or proper testing. Git and me aren't long-time friends.
Could we just change this to terminator->successor_begin(), terminator->successor_end() and drop the unused variable?