================
@@ -1277,6 +1277,21 @@ RValue CIRGenFunction::emitBuiltinExpr(const GlobalDecl
&gd, unsigned builtinID,
return RValue::get(cir::ByteSwapOp::create(builder, loc, arg));
}
+ case Builtin::BI__builtin_bswapg: {
----------------
andykaylor wrote:
Can you move this above BI__builtin_bswap16 to keep the ordering consistent
with classic codegen?
https://github.com/llvm/llvm-project/pull/203618
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits