We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e19c4a commit 3f38669Copy full SHA for 3f38669
test/SILOptimizer/sil_combine_ossa.sil
@@ -4958,6 +4958,12 @@ class KlassWithTailAllocatedElems {
4958
init()
4959
}
4960
4961
+// Test conversion from address_to_pointer->pointer_to_address to
4962
+// unchecked_addr_cast when the base is an interior pointer (ref_tail_addr).
4963
+//
4964
+// RAW attempts to clone the ref_tail_addr and its access path to the
4965
+// load, which includes
4966
4967
// CHECK-LABEL: sil [ossa] @unchecked_addr_cast_formation_handling_interior_pointer_rebase_of_cast : $@convention(thin) () -> Builtin.Word {
4968
// CHECK-NOT: pointer_to_address
4969
// CHECK-NOT: address_to_pointer
0 commit comments