https://github.com/llvm-beanz closed
https://github.com/llvm/llvm-project/pull/96011
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/llvm-beanz updated
https://github.com/llvm/llvm-project/pull/96011
>From 84c6a2c9dea0d964db68b282b0236783a46ee292 Mon Sep 17 00:00:00 2001
From: Chris Bieneman
Date: Tue, 18 Jun 2024 20:25:57 -0500
Subject: [PATCH 1/3] [HLSL] Rework implicit conversion sequences
This PR rewo
https://github.com/llvm-beanz updated
https://github.com/llvm/llvm-project/pull/96011
>From 84c6a2c9dea0d964db68b282b0236783a46ee292 Mon Sep 17 00:00:00 2001
From: Chris Bieneman
Date: Tue, 18 Jun 2024 20:25:57 -0500
Subject: [PATCH 1/2] [HLSL] Rework implicit conversion sequences
This PR rewo
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 2ad7b4af95bc333d8f216915cd1b9d688590dcc5
84c6a2c9dea0d964db68b282b0236783a46ee292 --e
https://github.com/llvm-beanz updated
https://github.com/llvm/llvm-project/pull/96011
>From 84c6a2c9dea0d964db68b282b0236783a46ee292 Mon Sep 17 00:00:00 2001
From: Chris Bieneman
Date: Tue, 18 Jun 2024 20:25:57 -0500
Subject: [PATCH] [HLSL] Rework implicit conversion sequences
This PR reworks
@@ -4361,6 +4361,21 @@ Sema::PerformImplicitConversion(Expr *From, QualType
ToType,
return From;
}
+// GetIntermediateVectorType - Compute the intermediate cast type casting
+// elements of the from type to the elements of the to type without resizing
the
+// vector.
+stat
https://github.com/bogner approved this pull request.
It's a bit unfortunate that we need so many HLSL specific
ImplicitConversionKinds, but I do think that the logic is easier to follow this
way so it's probably the right thing to do.
https://github.com/llvm/llvm-project/pull/96011
__
https://github.com/bogner edited https://github.com/llvm/llvm-project/pull/96011
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/damyanp approved this pull request.
https://github.com/llvm/llvm-project/pull/96011
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/llvm-beanz updated
https://github.com/llvm/llvm-project/pull/96011
>From 0baa7ec1ded4fa093092d491eaa2c803b736742b Mon Sep 17 00:00:00 2001
From: Chris Bieneman
Date: Tue, 18 Jun 2024 20:25:57 -0500
Subject: [PATCH 1/3] [HLSL] Rework implicit conversion sequences
This PR rewo
https://github.com/llvm-beanz updated
https://github.com/llvm/llvm-project/pull/96011
>From 0baa7ec1ded4fa093092d491eaa2c803b736742b Mon Sep 17 00:00:00 2001
From: Chris Bieneman
Date: Tue, 18 Jun 2024 20:25:57 -0500
Subject: [PATCH 1/2] [HLSL] Rework implicit conversion sequences
This PR rewo
llvmbot wrote:
@llvm/pr-subscribers-hlsl
Author: Chris B (llvm-beanz)
Changes
This PR reworks HLSL's implicit conversion sequences. Initially I was seeking
to match DXC's behavior more closely, but that was leading to a pile of special
case rules to tie-break ambiguous cases that should
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Chris B (llvm-beanz)
Changes
This PR reworks HLSL's implicit conversion sequences. Initially I was seeking
to match DXC's behavior more closely, but that was leading to a pile of special
case rules to tie-break ambiguous cases that should
https://github.com/llvm-beanz created
https://github.com/llvm/llvm-project/pull/96011
This PR reworks HLSL's implicit conversion sequences. Initially I was seeking
to match DXC's behavior more closely, but that was leading to a pile of special
case rules to tie-break ambiguous cases that shoul
14 matches
Mail list logo