Files
clang-p2996/llvm/lib/Support/APInt.cpp
Craig Topper bcb15d0059 [APInt] Slightly simplify APInt::ashrSlowCase. NFC (#111220)
Use an arithmetic shift for the last word copy when BitShift!=0. This
avoids an explicit sign extend after the shift.
2024-10-05 10:25:50 -07:00

97 KiB