[llvm] [FastISel][AArch64] Compare Instruction Miscompilation Fix (PR #75993)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 10:01:34 PST 2024


brendaso1 wrote:

Added the generated CHECK lines to the unit tests. Let's see how the builders look.

Also, when I did more testing, it seems like the sample test wouldn't fail even if the Cmp is sign-extended rather than zero-extended in assembly. So I removed the related changes as well. 

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


More information about the llvm-commits mailing list