[clang] [HLSL] Vector standard conversions (PR #71098)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 29 08:41:55 PST 2023


================
@@ -4966,6 +4967,7 @@ LValue CodeGenFunction::EmitCastLValue(const CastExpr *E) {
     return MakeAddrLValue(V, E->getType(), LV.getBaseInfo(),
                           CGM.getTBAAInfoForSubobject(LV, E->getType()));
   }
+
----------------
AaronBallman wrote:

Spurious whitespace change.

https://github.com/llvm/llvm-project/pull/71098


More information about the cfe-commits mailing list