[PATCH] D145220: [X86][InstCombine] Simplify some `pternlog` intrinsics

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 10:06:39 PDT 2023


goldstein.w.n added inline comments.


================
Comment at: llvm/unittests/Transforms/InstCombine/X86/CMakeLists.txt:14
+  X86Desc
+  X86Info
+  MC
----------------
mehdi_amini wrote:
> This breaks the build when the X86 target is not configured, you likely need to filter out this directory somehow. Can you look into it quickly or revert temporarily?
Reverted, Sorry about that!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145220



More information about the llvm-commits mailing list