[PATCH] D47959: [DAG] Avoid needing to walk out legalization tables. NFCI.
Francis Visoiu Mistrih via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 15 11:31:20 PDT 2018
thegameg added a comment.
This commit breaks the bots with expensive checks on:
- http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-expensive/11928/console
- http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/10286/steps/test-check-all/logs/stdio
I can also reproduce locally with just:
./build/bin/llc -mtriple=x86_64-- test/CodeGen/X86/base-pointer-and-cmpxchg.ll -o -
Can you please take a look? Thanks!
Repository:
rL LLVM
https://reviews.llvm.org/D47959
More information about the llvm-commits
mailing list