[all-commits] [llvm/llvm-project] 3cb834: [APIntTest] Extend extractBits to check 'lshr+trun...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Oct 6 08:33:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3cb8347c94a0d8ae1295fa4ae686443f49bc18e8
https://github.com/llvm/llvm-project/commit/3cb8347c94a0d8ae1295fa4ae686443f49bc18e8
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-06 (Tue, 06 Oct 2020)
Changed paths:
M llvm/unittests/ADT/APIntTest.cpp
Log Message:
-----------
[APIntTest] Extend extractBits to check 'lshr+trunc' pattern for each case as well.
Noticed while triaging PR47731 that we don't have great coverage for such patterns.
More information about the All-commits
mailing list