[llvm] Apply the `AdjustICmpImmAndPred` optimization when it results in a one-instruction immediate materialization over a two-instruction materialization. (PR #83218)
Owen Anderson via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 28 12:14:29 PST 2024
================
@@ -0,0 +1,185 @@
+; RUN: llc -mtriple=aarch64-linux-gnu -global-isel=1 < %s | FileCheck %s
+
+; CHECK-NOT: movk
----------------
resistor wrote:
Done
https://github.com/llvm/llvm-project/pull/83218
More information about the llvm-commits
mailing list