[PATCH] D81632: Fix undefined behavior in PeepholeOptimizer.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 8 09:34:46 PST 2021


MatzeB requested changes to this revision.
MatzeB added a comment.
This revision now requires changes to proceed.

Back to author. We should fix the relevant `isCoalescableExtInstr` in the targets instead of just default initializing the field. That said all implementations of that callback on open-source trunk look fine to me too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81632



More information about the llvm-commits mailing list