commit | 16683a3ef81a598a249b89c4ef7aa283f4979d83 | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@intel.com> | Wed Apr 03 00:05:03 2019 +0000 |
committer | Craig Topper <craig.topper@intel.com> | Wed Apr 03 00:05:03 2019 +0000 |
tree | a212899043f363e72cb8aac150a5ad663906c8e5 | |
parent | ca9eb68541d4b263fa7467515b9bd3ccc8e84e71 [diff] |
[X86] Update the test case for v4i1 bitselect in combine-bitselect.ll to not have an infinite loop in IR. In fact we don't even need a loop at all. I backed out the bug fix this was testing for and verified that this new case hit the same issue. This should stop D59626 from deleting some of this code by realizing it was dead due to the loop. llvm-svn: 357544