[PATCH] D74730: [FPEnv][X86] Implement lowering of llvm.set.rounding
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 12:56:10 PDT 2020
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/fpenv.ll:4
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -verify-machineinstrs < %s | FileCheck %s -check-prefix=X64
+
+declare void @llvm.set.rounding(i32 %x)
----------------
regenerate with the update_llc_test_checks.py script?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74730/new/
https://reviews.llvm.org/D74730
More information about the llvm-commits
mailing list