Changes to the hardware loop pass for Hexagon needed to generate a hardware loop when the original loop has a critical edge.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/Hexagon/HexagonHardwareLoops.cpp | ||
---|---|---|
1364 | Why not using the std ? : operator? TB = (LTB == Header) ? LTB: LFB; |
Why not using the std ? : operator?
TB = (LTB == Header) ? LTB: LFB;