[all-commits] [llvm/llvm-project] e13c62: [InstSimplify][test] move tests that don't require...
RotateRight via All-commits
all-commits at lists.llvm.org
Thu Jun 24 10:15:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e13c62a10371dea7d4cfd491bb2ef3b779e7526f
https://github.com/llvm/llvm-project/commit/e13c62a10371dea7d4cfd491bb2ef3b779e7526f
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M llvm/test/Transforms/InstCombine/vscale_extractelement-inseltpoison.ll
M llvm/test/Transforms/InstCombine/vscale_extractelement.ll
M llvm/test/Transforms/InstSimplify/vscale-inseltpoison.ll
M llvm/test/Transforms/InstSimplify/vscale.ll
Log Message:
-----------
[InstSimplify][test] move tests that don't require InstCombine; NFC
These are existing/missing simplifications, so the tests
don't need the full power of InstCombine.
Commit: 3ba090e5f69ae7bd6548dfdb4b7124d0470cfd48
https://github.com/llvm/llvm-project/commit/3ba090e5f69ae7bd6548dfdb4b7124d0470cfd48
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M llvm/test/Transforms/InstSimplify/extract-element.ll
Log Message:
-----------
[InstSimplify][test] add test for extract of splat; NFC
This is shown in:
https://llvm.org/PR50817
Compare: https://github.com/llvm/llvm-project/compare/03f9e04bc35c...3ba090e5f69a
More information about the All-commits
mailing list