[all-commits] [llvm/llvm-project] 85c503: [Test][AggressiveInstCombine] Add test for arithme...
Anton Afanasyev via All-commits
all-commits at lists.llvm.org
Thu Aug 19 20:34:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85c503422d78e2c9b770739252397e91b58a4d81
https://github.com/llvm/llvm-project/commit/85c503422d78e2c9b770739252397e91b58a4d81
Author: Anton Afanasyev <anton.a.afanasyev at gmail.com>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M llvm/test/Transforms/AggressiveInstCombine/trunc_shifts.ll
Log Message:
-----------
[Test][AggressiveInstCombine] Add test for arithmetic shift
Commit: 2eefe4bd173dbe9d4317cb321aa77ec7353294b3
https://github.com/llvm/llvm-project/commit/2eefe4bd173dbe9d4317cb321aa77ec7353294b3
Author: Anton Afanasyev <anton.a.afanasyev at gmail.com>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
A llvm/test/Transforms/AggressiveInstCombine/trunc_ashr.ll
A llvm/test/Transforms/AggressiveInstCombine/trunc_lshr.ll
R llvm/test/Transforms/AggressiveInstCombine/trunc_shifts.ll
A llvm/test/Transforms/AggressiveInstCombine/trunc_shl.ll
Log Message:
-----------
[Test][AggressiveInstCombine] Split shift tests to `shl`, `lshr` and `ashr`
Compare: https://github.com/llvm/llvm-project/compare/508b06699a39...2eefe4bd173d
More information about the All-commits
mailing list