Two minor fixes: avoid copying a map and avoid redundant motion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Transforms/Utils/LoopUtils.cpp | ||
---|---|---|
568 ↗ | (On Diff #110018) | 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.