[all-commits] [llvm/llvm-project] ac0af1: [InstSimplify] Add test cases for opportunities to...
topperc via All-commits
all-commits at lists.llvm.org
Wed Jul 8 15:27:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ac0af12ed2fc60cba494a7e5df1778fd6dedd481
https://github.com/llvm/llvm-project/commit/ac0af12ed2fc60cba494a7e5df1778fd6dedd481
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-07-08 (Wed, 08 Jul 2020)
Changed paths:
M llvm/test/Transforms/InstSimplify/select.ll
Log Message:
-----------
[InstSimplify] Add test cases for opportunities to fold select ?, X, undef -> X when we can prove X isn't poison
Part of addressing post-commit feedback from D83360
More information about the All-commits
mailing list