[all-commits] [llvm/llvm-project] c2af37: Revert "[AArch64][GlobalISel] Recognise some CCMPri"
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Aug 13 09:44:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2af37dcdb54a3a77d1c713ca937e14513288806
https://github.com/llvm/llvm-project/commit/c2af37dcdb54a3a77d1c713ca937e14513288806
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-08-13 (Sat, 13 Aug 2022)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
M llvm/test/CodeGen/AArch64/arm64-ccmp.ll
Log Message:
-----------
Revert "[AArch64][GlobalISel] Recognise some CCMPri"
This reverts commit 38c2366b3ffcc11da178b8d52814ef609e08d40f.
This patch seems to break boostraping LLVM with `-fglobal-isel -O3`
on AArch64 hardware. Without the revert, there are 500+ test
failures for the `check-llvm-codegen-x86` target.
More information about the All-commits
mailing list