[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
Tue Aug 11 23:24:09 PDT 2026
================
@@ -0,0 +1,235 @@
+; 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: opt -passes=instcombine -S %s | FileCheck %s --check-prefix=IR-OPT
----------------
rohitaggarwal007 wrote:
Done, removed the RUN for instcombine
https://github.com/llvm/llvm-project/pull/214202
More information about the llvm-commits
mailing list