[llvm] [AArch64][GlobalISel] Fix miscompile on carry-in selection (PR #68840)

Amara Emerson via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 12 20:49:28 PDT 2023


aemerson wrote:

What if we just call `select()` on the now-dead instruction? If that works it seems the most reliable way, if it doesn't then adding NZCV seems like an ok stop-gap.

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


More information about the llvm-commits mailing list