This allows strlen to be moved out of the loop in case its argument is
not modified in the loop in LICM.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 7340 Build 7340: arc lint + arc unit
Event Timeline
Comment Actions
Generally looks good, but the test isn't testing anything.
test/Transforms/LICM/strlen.ll | ||
---|---|---|
3 | You're not running this through FileCheck at all. Look at the other LICM tests. |
Comment Actions
lgtm
test/Transforms/LICM/strlen.ll | ||
---|---|---|
16 | Also check that #0 does, in fact, correspond to strlen. |
You're not running this through FileCheck at all. Look at the other LICM tests.