[PATCH] D154804: [X86] Add tests for folding `fmul`/`fdiv` by Pow2 to `add`/`sub` of exp; NFC

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 13:30:17 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/X86/fold-int-pow2-with-fmul-or-fdiv.ll:1264
+  ret half %mul
+}
+;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
----------------
No i32 cases? 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154804/new/

https://reviews.llvm.org/D154804



More information about the llvm-commits mailing list