inbounds are not necessary in these two tests. zext(a +nuw b) = zext(a) +
zext(b) should hold with or without inbounds.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D4051
[SeparateConstOffsetFromGEP] make two tests more strict ClosedPublic Authored by jingyue on Jun 6 2014, 4:10 PM.
Details
Diff Detail Event Timelinejingyue updated this object. This revision is now accepted and ready to land.Jun 8 2014, 10:00 AM
Revision Contents
Diff 10197 test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep.ll
|
nit: in the comment the variable is a, in the code it is b.