Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 26428 Build 26427: arc lint + arc unit
Event Timeline
Comment Actions
For example X86InstrInfo::AnalyzeBranchImpl can be rewritten with more natural reverse iterators.
lib/CodeGen/MachineBasicBlock.cpp | ||
---|---|---|
1309 | ah, true, thanks! |
Comment Actions
This is for a downstream backend target i'm writing, but yes, I can provide patches for X86 where using this interface is more suitable.
Comment Actions
marking as changes requested to clear up review queue. I think it would be good to have at least 1 or 2 in-tree users so this gets at least some test coverage.
nit: return on new line.