[clang] [InstCombine] Canonicalize constant GEPs to i8 source element type (PR #68882)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 12 05:50:50 PDT 2023


https://github.com/nikic commented:

I looked through the test diffs, and it seems like the only substantial regressions are all related to the indexed compare fold, which should be made type-independent.

https://github.com/llvm/llvm-project/pull/68882


More information about the cfe-commits mailing list