Fixed the type modifier (L->W), removed redundant feature checking code
since the feature has already been checked in EmitBuiltinExpr. And
Cleaned up unused diagnostic information.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM except a nit.
clang/lib/CodeGen/CGBuiltin.cpp | ||
---|---|---|
20362 | The declaration in clang/lib/CodeGen/CodeGenFunction.h should also be deleted. |
clang/test/CodeGen/LoongArch/intrinsic-la32-error.c | ||
---|---|---|
2 | d64c363f35b98ab9750a3c3a5828d8df011a4a45 added -o /dev/null to fix the test when CWD is not writable. |
The declaration in clang/lib/CodeGen/CodeGenFunction.h should also be deleted.