On 4/30/25 4:13 PM, Andrew Pinski wrote:
r15-9859-ga6cfde60d8c added a call to dominated_by_p to tree-vectorizer.h
but dominance.h is not always included; and you get a build failure on riscv
building
riscv-vector-costs.cc.
Let's add the include of dominance.h to tree-vectorizer.h
Pushed as obvious after builds for riscv and x86_64.
gcc/ChangeLog:
* tree-vectorizer.h: Include dominance.h.
Thanks. I had that in my local tree, but hadn't pushed it yet. Caught
some bug that's had me knocked out of commission for the better part of
a week now :(
jeff