[all-commits] [llvm/llvm-project] 76673c: Regenerate PR19420 tests
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Jul 3 02:36:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 76673c65e706bab79a13cae1288c6b906b08fa3b
https://github.com/llvm/llvm-project/commit/76673c65e706bab79a13cae1288c6b906b08fa3b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-07-03 (Fri, 03 Jul 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/pr19420.ll
Log Message:
-----------
Regenerate PR19420 tests
Commit: 3da42f48101f67662a2aef2784535e9482cdb4f5
https://github.com/llvm/llvm-project/commit/3da42f48101f67662a2aef2784535e9482cdb4f5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-07-03 (Fri, 03 Jul 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
M llvm/test/Transforms/InstCombine/sext.ll
M llvm/test/Transforms/InstCombine/trunc.ll
Log Message:
-----------
[InstCombine] Add sext(ashr(shl(trunc(x),c),c)) folding support for vectors
Replacing m_ConstantInt with m_Constant permits folding of vectors as well as scalars.
Differential Revision: https://reviews.llvm.org/D83058
Compare: https://github.com/llvm/llvm-project/compare/769af95e657d...3da42f48101f
More information about the All-commits
mailing list