[all-commits] [llvm/llvm-project] 26d2ac: [InstSimplify] move tests for select from InstComb...
RotateRight via All-commits
all-commits at lists.llvm.org
Mon Jan 13 06:13:28 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 26d2ace9e2305266be888e15392be29e3145163d
https://github.com/llvm/llvm-project/commit/26d2ace9e2305266be888e15392be29e3145163d
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/select.ll
M llvm/test/Transforms/InstSimplify/select.ll
Log Message:
-----------
[InstSimplify] move tests for select from InstCombine; NFC
InstCombine has transforms that would enable these simplifications
in an indirect way, but those transforms are unsafe and likely to
be removed.
More information about the All-commits
mailing list