[llvm] [X86][SelectionDAG] - Extend dag combiner to handle pow(1.5f), pow(x,2/3f) (PR #214202)
Rohit Aggarwal via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 06:08:51 PDT 2026
================
@@ -0,0 +1,239 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=x86_64-- -mcpu=x86-64 -mattr=+avx | FileCheck %s
+; RUN: FileCheck %s --check-prefix=IR < %s
----------------
rohitaggarwal007 wrote:
Removed unwanted FileCheck
https://github.com/llvm/llvm-project/pull/214202
More information about the llvm-commits
mailing list