-
llvm-mc-assemble-fuzzer/ -
llvm-mc-assemble-fuzzer.cpp -
mlir/lib/Dialect/GPU/Transforms/
| | Authored by flip1995 on May 5 2021, 9:37 AM. Event Timelineflip1995 published this revision for review. Herald added projects: Restricted Project, Restricted Project, Restricted Project. flip1995 marked an inline comment as done. flip1995 marked an inline comment as done. Herald added a project: Restricted Project. flip1995 marked 2 inline comments as done. This revision is now accepted and ready to land. This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | | | 13 lines | | | | 13 lines | | | | | | | | 2 lines | | 2 lines | | | | 69 lines | | | | | | 8 lines | | | | 2 lines | | 2 lines | | | | 9 lines | | | | | | 8 lines | | | | 7 lines | | | | 9 lines | | | | 9 lines | | | | 9 lines | | | | 9 lines | | | | 8 lines | | | | 8 lines | | | | 10 lines | | mlir/ | lib/ | Dialect/ | GPU/ | Transforms/ |
| | | 8 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
34d43629fa08 | cf7cf58e1d9a | 65cd0d6be477 | Philipp Krones | [MC] Make it possible for targets to define their own MCObjectFileInfo (Show More…) | Apr 29 2021, 2:42 AM |
|
Can MOFI be null? (i.e. can createMCObjectFileInfo guarantee no-null return value?)
Consider moving the construction below the checks.