[all-commits] [llvm/llvm-project] ad87f2: [InstSimplify] add more tests for fcmp+select; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Mon Nov 4 05:27:19 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ad87f244b4228699806e757fedb39f8996c595f9
https://github.com/llvm/llvm-project/commit/ad87f244b4228699806e757fedb39f8996c595f9
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2019-11-04 (Mon, 04 Nov 2019)
Changed paths:
M llvm/test/Transforms/InstSimplify/fcmp-select.ll
Log Message:
-----------
[InstSimplify] add more tests for fcmp+select; NFC
The easy code fix won't catch non-canonical mismatched
constant patterns, so adding extra coverage for those in
case we decide that's important (but seems unlikely).
More information about the All-commits
mailing list