[PATCH] D153808: [CodeGen] Extend ComplexDeinterleaving pass to recognise patterns using integer types

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 15:05:16 PDT 2023


thakis added a comment.

If anyone bisects an assert with `-fprofile-generate` (or, if you build without asserts, invalid pgo profiles) on aarch64 to this change: you're correct, and the fix for that was D159209 <https://reviews.llvm.org/D159209>

(Ref https://crbug.com/1473604)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153808/new/

https://reviews.llvm.org/D153808



More information about the llvm-commits mailing list