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
- Build Status
Buildable 11131 Build 11131: arc lint + arc unit
Event Timeline
test/Transforms/RewriteStatepointsForGC/vector-bitcast.ll | ||
---|---|---|
20 | Could you simplify this to a conditional branch and avoid the use of undef here and below in the call? |
Could you simplify this to a conditional branch and avoid the use of undef here and below in the call?
Can this be triggered just through straightline code?