[clang] [llvm] Reland "[LLVM] Add IRNormalizer Pass" (PR #113780)

2024-11-16 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `clang-ppc64-aix` running on `aix-ppc64` while building `llvm` at step 3 "clean-build-dir". Full details are available at: https://lab.llvm.org/buildbot/#/builders/64/builds/1464 Here is the relevant piece of the build log fo

[clang] [llvm] Reland "[LLVM] Add IRNormalizer Pass" (PR #113780)

2024-11-14 Thread Justin Fargnoli via cfe-commits
https://github.com/justinfargnoli closed https://github.com/llvm/llvm-project/pull/113780 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] Reland "[LLVM] Add IRNormalizer Pass" (PR #113780)

2024-11-13 Thread Vladimir Vereschaka via cfe-commits
https://github.com/vvereschaka approved this pull request. @justinfargnoli , I have checked the latest changes locally on the ubuntu expensive builder. They works fine there, thank you. LGTM. https://github.com/llvm/llvm-project/pull/113780 ___ cfe-co

[clang] [llvm] Reland "[LLVM] Add IRNormalizer Pass" (PR #113780)

2024-11-13 Thread Justin Fargnoli via cfe-commits
justinfargnoli wrote: > Is it possible/easy to split > https://github.com/llvm/llvm-project/commit/ef6a751a794c3e2d266cac0242629043ddd0d2aa > into a new PR? Certainly, @boomanaiden154! Please see #116108 :) https://github.com/llvm/llvm-project/pull/113780 _

[clang] [llvm] Reland "[LLVM] Add IRNormalizer Pass" (PR #113780)

2024-11-12 Thread Vladimir Vereschaka via cfe-commits
vvereschaka wrote: Thank you @justinfargnoli , sure, I'll check these changes tomorrow. https://github.com/llvm/llvm-project/pull/113780 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commit

[clang] [llvm] Reland "[LLVM] Add IRNormalizer Pass" (PR #113780)

2024-11-12 Thread Justin Fargnoli via cfe-commits
justinfargnoli wrote: > @justinfargnoli in few words the problem is in the broken link order for > those two Key references. @vvereschaka thank you for your [detail description](https://github.com/llvm/llvm-project/pull/113780#issuecomment-2448416385) of the issue. I've attempted to address

[clang] [llvm] Reland "[LLVM] Add IRNormalizer Pass" (PR #113780)

2024-10-30 Thread Arthur Eubanks via cfe-commits
aeubanks wrote: I believe the failure reported in the original bot is only under expensive checks (`-DLLVM_ENABLE_EXPENSIVE_CHECKS=ON`) https://github.com/llvm/llvm-project/pull/113780 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://li

[clang] [llvm] Reland "[LLVM] Add IRNormalizer Pass" (PR #113780)

2024-10-29 Thread Justin Fargnoli via cfe-commits
justinfargnoli wrote: @vvereschaka I'm unable to reproduce the build failure locally or via the `buildkite` jobs. Are the jobs that you're running on the BuildBot clean builds? https://github.com/llvm/llvm-project/pull/113780 ___ cfe-commits mailin

[clang] [llvm] Reland "[LLVM] Add IRNormalizer Pass" (PR #113780)

2024-10-28 Thread Vladimir Vereschaka via cfe-commits
vvereschaka wrote: @justinfargnoli , I wasn't able to build and check your branch (`TheManWithTheGoldenCanon:main`) locally on the builder because of these linker errors: ``` /home/buildbot/worker/temp/llvm-project/llvm/include/llvm/IR/PassManager.h:111: error: undefined reference to 'llvm:

[clang] [llvm] Reland "[LLVM] Add IRNormalizer Pass" (PR #113780)

2024-10-26 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff 74e1554d7b4013a975cf5fb8df64a6419bb14a45 9a8172cd4168e4b9b45a9f973ab34aa1266816f8 --e