[all-commits] [llvm/llvm-project] 852447: [InstCombine] Add bswap tests from funnel shift in...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Sep 25 04:40:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 852447650c75de5f3e9c53a2659589cd2fd36b4d
https://github.com/llvm/llvm-project/commit/852447650c75de5f3e9c53a2659589cd2fd36b4d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-25 (Fri, 25 Sep 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/bswap.ll
Log Message:
-----------
[InstCombine] Add bswap tests from funnel shift intrinsics
Based on (WIP) patch in D87452 - I'm intending to add the intrinsics handling to collectBitParts as a separate patch to make the changes clearer.
More information about the All-commits
mailing list