diff options
author | Daniel Sanders <daniel_l_sanders@apple.com> | 2019-12-18 10:25:19 +0000 |
---|---|---|
committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2019-12-18 11:37:12 +0000 |
commit | 7ea2e5195a82bd9370d0b4362512b67c8b2cde80 (patch) | |
tree | ed5abca0b2878e0a6d8b1a608049a83d32456987 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 2f4569303093359c0be2a8df0f24301492b68598 (diff) | |
download | llvm-7ea2e5195a82bd9370d0b4362512b67c8b2cde80.zip llvm-7ea2e5195a82bd9370d0b4362512b67c8b2cde80.tar.gz llvm-7ea2e5195a82bd9370d0b4362512b67c8b2cde80.tar.bz2 |
Revert "Temporarily Revert "[gicombiner] Add the MatchDag structure and parse instruction DAG's from the input""
This reverts commit e62e760f29567fe0841af870c65a4f8ef685d217.
The issue @uweigand raised should have been fixed by iterating over the
vector that owns the operand list data instead of the FoldingSet.
The MSVC issue raised by @thakis should have been fixed by relaxing the
regexes a little. I don't have a Windows machine available to test that so
I tested it by using `perl -p -e 's/0x([0-9a-f]+)/\U\1\E/g' to convert the
output of %p to the windows style.
I've guessed at the issue @phosek raised as there wasn't enough information
to investigate it. What I think is happening on that bot is the -debug
option isn't available because the second stage build is a release build.
I'm not sure why other release-mode bots didn't report it though.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions