[PATCH] D145220: [X86][InstCombine] Simplify some `pternlog` intrinsics
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 09:47:31 PDT 2023
mehdi_amini added inline comments.
================
Comment at: llvm/unittests/Transforms/InstCombine/X86/CMakeLists.txt:14
+ X86Desc
+ X86Info
+ MC
----------------
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?
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