[all-commits] [llvm/llvm-project] 3ce0c7: [InstCombine] add tests for shift-logic-shift; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Tue Nov 5 05:19:02 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3ce0c78501813e7a278573d78a0be47755ed0518
https://github.com/llvm/llvm-project/commit/3ce0c78501813e7a278573d78a0be47755ed0518
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
A llvm/test/Transforms/InstCombine/shift-logic.ll
Log Message:
-----------
[InstCombine] add tests for shift-logic-shift; NFC
This is based on existing CodeGen test files for x86 and AArch64.
The corresponding potential transform is shown in:
rL370617
More information about the All-commits
mailing list