[PATCH] D78265: [AArch64ConditionOptimizer] Fix missed optimization due to debug insts [10/10]
Momchil Velikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 23 08:04:36 PDT 2020
chill added a comment.
Looks like it's a scope error in gcc <= 5.5.
https://gcc.godbolt.org/z/ECqRJJ
The minimum required version to build LLVM GCC 5.1.
https://llvm.org/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library
I suggest renaming one of the `I`s.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78265/new/
https://reviews.llvm.org/D78265
More information about the llvm-commits
mailing list