[PATCH] D123109: [x86] Improve select lowering for smin(x, 0) & smax(x, 0)
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 6 08:09:37 PDT 2022
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/select-smin-smax.ll:2
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mattr=+bmi < %s | FileCheck %s
----------------
It's be useful to test without bmi as well
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123109/new/
https://reviews.llvm.org/D123109
More information about the llvm-commits
mailing list