[all-commits] [llvm/llvm-project] 8371a4: [Test][AggressiveInstCombine] Add test for truncat...
Anton Afanasyev via All-commits
all-commits at lists.llvm.org
Thu Sep 16 01:25:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8371a4c9d55997fdc45effbfa5d38d1f19ae3473
https://github.com/llvm/llvm-project/commit/8371a4c9d55997fdc45effbfa5d38d1f19ae3473
Author: Anton Afanasyev <anton.a.afanasyev at gmail.com>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
A llvm/test/Transforms/AggressiveInstCombine/trunc_vector_instrs.ll
Log Message:
-----------
[Test][AggressiveInstCombine] Add test for truncation of vector instructions
Precommit test for D109236
Commit: 6a5f49a1acf861357b9ccb8495e4416878a2a7ad
https://github.com/llvm/llvm-project/commit/6a5f49a1acf861357b9ccb8495e4416878a2a7ad
Author: Anton Afanasyev <anton.a.afanasyev at gmail.com>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M llvm/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp
M llvm/test/Transforms/AggressiveInstCombine/trunc_vector_instrs.ll
Log Message:
-----------
[AggressiveInstCombine] Add `{insert/extract}element` to `TruncInstCombine` DAG
Alive2 for `{insert/extract}element`: https://alive2.llvm.org/ce/z/hwy_E-
Actually, no one file of test suite is touched by this change,
which means that is rare pattern not generated by frontend. But
it's worth being in place.
Differential Revision: https://reviews.llvm.org/D109236
Compare: https://github.com/llvm/llvm-project/compare/c208deb90082...6a5f49a1acf8
More information about the All-commits
mailing list