arsenm wrote: > Clang will generate an AS cast to flat, followed by a flat GEP, followed by a > cast to AS15. This is not a bug. This is just how clang lowers things.
Clang lowering it the wrong way, introducing an unnecessary cast, is a bug https://github.com/llvm/llvm-project/pull/195613 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
