This is the follow up on https://reviews.llvm.org/D130730 which goes through upstream code and removes creating constant values in favour of using the constant indices in GEP directly. This leads to less and more readable code and more compact IR as well.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for working on this @zero9178 ! Looks like flang-aarch64-latest-gcc is failing after this change, could you take a look?
Comment Actions
Apologies, I was testing locally with clang and seemed to have missed the bots email. I'll take a look right away. Feel free to revert to green if it takes too long.