Two minor fixes: avoid copying a map and avoid redundant motion.
Details
Details
Diff Detail
Diff Detail
Event Timeline
| lib/Transforms/Utils/LoopUtils.cpp | ||
|---|---|---|
| 568 | Is it worth adding a test case for this? I'm not sure... | |
Comment Actions
Is it worth adding a test case for this? I'm not sure...
Can add a check that a cast wasn't moved needlessly, as in the augmented version uploaded.
Is it worth adding a test case for this? I'm not sure...