In RS4GC it is possible that a base pointer is contained in a vector that
has undergone a bitcast from one element-pointertype to another. We teach
RS4GC how to look through bitcasts of vector types when looking for a base
pointer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/Transforms/RewriteStatepointsForGC/vector-bitcast.ll | ||
---|---|---|
19 ↗ | (On Diff #118796) | Could you simplify this to a conditional branch and avoid the use of undef here and below in the call? |