Commit 630f82e
authored
[Clang][CodeGen] Loose the cast check when emitting builtins (llvm#81669)
This patch looses the cast check (`canLosslesslyBitCastTo`) and leaves
it to the
one inside `CreateBitCast`. It seems too conservative for the use case
here.1 parent 78d401b commit 630f82e
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5912 | 5912 | | |
5913 | 5913 | | |
5914 | 5914 | | |
5915 | | - | |
5916 | | - | |
5917 | 5915 | | |
5918 | 5916 | | |
5919 | 5917 | | |
| |||
5943 | 5941 | | |
5944 | 5942 | | |
5945 | 5943 | | |
5946 | | - | |
5947 | | - | |
5948 | 5944 | | |
5949 | 5945 | | |
5950 | 5946 | | |
| |||
0 commit comments