[all-commits] [llvm/llvm-project] 16f126: [InstCombine] Add bswap test pattern using bitreve...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Oct 26 07:17:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 16f126df437f9ea19383c5486181c5e2797227f2
https://github.com/llvm/llvm-project/commit/16f126df437f9ea19383c5486181c5e2797227f2
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/bswap.ll
Log Message:
-----------
[InstCombine] Add bswap test pattern using bitreverse intrinsic
This is mainly to help with future better bitreverse folding support but we can test it via bswap matching for now.
More information about the All-commits
mailing list