[clang] [HIP] Remove redundant device optimization pipeline (PR #206350)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 28 14:27:33 PDT 2026
https://github.com/jhuber6 commented:
What's the motivation for this? Trying to cut down on compilation times by removing one of the passes? I'd expect that to cause massive performance regressions because the LTO pipeline expects to run against optimized IR, and I'd prefer we don't add more things that keep us doing the current `-x ir` hack, I'd like that to be gone before release at a minimum.
https://github.com/llvm/llvm-project/pull/206350
More information about the cfe-commits
mailing list