[all-commits] [llvm/llvm-project] 7a89a5: [InstCombine] Fix Incorrect fold of ashr+xor -> ls...
Jon Roelofs via All-commits
all-commits at lists.llvm.org
Thu Mar 26 11:10:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7a89a5d81bbdc0ab6dbd14d9af4a52e64c868423
https://github.com/llvm/llvm-project/commit/7a89a5d81bbdc0ab6dbd14d9af4a52e64c868423
Author: Jonathan Roelofs <jroelofs at jroelofs.com>
Date: 2020-03-26 (Thu, 26 Mar 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/test/Transforms/InstCombine/vector-xor.ll
Log Message:
-----------
[InstCombine] Fix Incorrect fold of ashr+xor -> lshr w/ vectors
Fixes https://bugs.llvm.org/show_bug.cgi?id=43665
More information about the All-commits
mailing list