[ConstantRange] Add std::move to a bunch of places that pass local APInts to...
[ConstantRange] Add std::move to a bunch of places that pass local APInts to ConstantRange constructor. The ConstantRange constructor takes APInt by value so without these moves we are making copies. llvm-svn: 301740
Loading
Please sign in to comment