Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Tried to break it, wasn't able to. Looks straightforward.
Trivial nit.
llvm/unittests/IR/InstructionsTest.cpp | ||
---|---|---|
1382 | Micro-nit: extra whitespace. |
Comment Actions
I reverted the return type of the lambda function to be integral type instead of TypeSize.
llvm/lib/Transforms/Coroutines/CoroFrame.cpp | ||
---|---|---|
589 | Good point! Done. |
This should maintain the original operator> and instead GetAllocaSize should return RetSize->getFixedSize().