Use clang-tidy to simplify boolean conditional return statements
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
other than that LGTM. Pretty useful tool! Thanks.
lib/Target/NVPTX/NVPTXUtilities.cpp | ||
---|---|---|
348 | return (id == Intrinsics::xxx) || (id == Intrinsics::yyy) || makes the code more aligned. |
Use !=