[all-commits] [llvm/llvm-project] ce371e: [InstCombine] regenerate test CHECKs; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Thu Nov 14 07:25:36 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ce371ec6d7c3860ffbb887538d19fd1f051c80ed
https://github.com/llvm/llvm-project/commit/ce371ec6d7c3860ffbb887538d19fd1f051c80ed
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2019-11-14 (Thu, 14 Nov 2019)
Changed paths:
M llvm/test/Transforms/InstCombine/X86/x86-avx2.ll
M llvm/test/Transforms/InstCombine/X86/x86-avx512.ll
M llvm/test/Transforms/InstCombine/X86/x86-f16c.ll
M llvm/test/Transforms/InstCombine/X86/x86-pshufb.ll
M llvm/test/Transforms/InstCombine/X86/x86-sse.ll
M llvm/test/Transforms/InstCombine/X86/x86-vector-shifts.ll
M llvm/test/Transforms/InstCombine/X86/x86-vpermil.ll
M llvm/test/Transforms/InstCombine/X86/x86-xop.ll
M llvm/test/Transforms/InstCombine/vec_demanded_elts.ll
Log Message:
-----------
[InstCombine] regenerate test CHECKs; NFC
There's a discussion about changing a shufflevector
transform in:
https://bugs.llvm.org/show_bug.cgi?id=43958
It would protect against our current undef/poison
behavior, and these are all tests that could be affected.
More information about the All-commits
mailing list