Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Differential
D112142
Diff 380964
llvm/test/Transforms/InstCombine/vscale_load_bitcast.ll
Changeset View
I guess this fold is happening because effectively i1 is being promoted to i8? Otherwise the minimum size of <vscale x 16 x i1> would be just 2 bytes, i.e. less than than <8 x i8>.