[all-commits] [llvm/llvm-project] 4d5c3a: [APInt] Add some procedural APInt::byteSwap unit t...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Feb 15 03:59:42 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4d5c3ade0b26ae3189e4601ce539844f54722ed8
https://github.com/llvm/llvm-project/commit/4d5c3ade0b26ae3189e4601ce539844f54722ed8
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-02-15 (Sat, 15 Feb 2020)
Changed paths:
M llvm/unittests/ADT/APIntTest.cpp
Log Message:
-----------
[APInt] Add some procedural APInt::byteSwap unit tests
rGf0181cc7bac3 added specific tests up to i64, this adds a general loop to test some basic byte moves for larger APInts.
More information about the All-commits
mailing list