[RISCV] Don't emit #undef BUILTIN from RISCVVEmitter.cpp
In BuiltinsRISCV.def, other extension 's intrinsics need to be defined by using macro BUILTIN. So, it shouldn't undefine macro BUILTIN in the end of declaration for V intrinsics. Reviewed By: craig.topper Differential Revision: https://reviews.llvm.org/D98682
Loading
Please register or sign in to comment