Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp | ||
---|---|---|
402–406 | It looks like if (!Value) could be tested first? Value is argument and it looks a bit strange that it is tested so late to do return. |
It looks like if (!Value) could be tested first? Value is argument and it looks a bit strange that it is tested so late to do return.