Doing this removes some duplicated code, and also helps optimization:
e.g. in the test case added, %idx ULT 128 in @x is not currently
optimized to true by -indvars.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM assuming I parsed the contorted diff correctly. i.e. there's no functional change except for handling unsigned ranges in more cases.