[llvm] goldstein/select and zext (PR #66793)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 19 10:28:29 PDT 2023
================
@@ -0,0 +1,189 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=i686-pc-linux-gnu | FileCheck %s --check-prefix=X86
+; RUN: llc < %s -mtriple=x86_64-pc-linux-gnu | FileCheck %s --check-prefix=X64
+
+define i32 @from_cmpeq(i32 %xx, i32 %y) {
----------------
RKSimon wrote:
Please can you regenerate this so that it doesn't have the encoding comments
https://github.com/llvm/llvm-project/pull/66793
More information about the llvm-commits
mailing list