[all-commits] [llvm/llvm-project] 1cc48a: [Support] Use inplace APInt operators in DivisionB...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Dec 23 00:01:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1cc48a76eaf1b6b9f59f60e937a9360fff3076bd
https://github.com/llvm/llvm-project/commit/1cc48a76eaf1b6b9f59f60e937a9360fff3076bd
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M llvm/lib/Support/DivisionByConstantInfo.cpp
Log Message:
-----------
[Support] Use inplace APInt operators in DivisionByConstantInfo. NFC
Reduces the number of temporary APInts that get created and
copy/moved from.
More information about the All-commits
mailing list