summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GCRootLowering.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-02-19 11:43:37 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-02-19 11:43:37 +0000
commit38dea42ddfb77c69615041b7c39bcb2353a5e3e3 (patch)
tree2a77e9561abe57705f6d452163619dc45748d83d /llvm/lib/CodeGen/GCRootLowering.cpp
parentb81e653dce019a2908522d886c26abea21feb3ce (diff)
downloadbcm5719-llvm-38dea42ddfb77c69615041b7c39bcb2353a5e3e3.tar.gz
bcm5719-llvm-38dea42ddfb77c69615041b7c39bcb2353a5e3e3.zip
[x86] The SELECT x86 DAG combine also does legalization. It used to rely
on things not being marked as either custom or legal, but we now do custom lowering of more VSELECT nodes. To cope with this, manually replicate the legality tests here. These have to stay in sync with the set of tests used in the custom lowering of VSELECT. Ideally, we wouldn't do any of this combine-based-legalization when we have an actual custom legalization step for VSELECT, but I'm not going to be able to rewrite all of that today. I don't have a test case for this currently, but it was found when compiling a number of the test-suite benchmarks. I'll try to reduce a test case and add it. This should at least fix the test-suite fallout on build bots. llvm-svn: 229844
Diffstat (limited to 'llvm/lib/CodeGen/GCRootLowering.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud