[PATCH] D157826: [X86] Allow inlining callees missing VLX feature

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 13 14:42:14 PDT 2023


nikic added inline comments.


================
Comment at: llvm/lib/Target/X86/X86TargetTransformInfo.cpp:6082
         // Do a precise compatibility check.
         if (!areTypesABICompatible(Caller, NestedCallee, Types))
           return false;
----------------
I assume that this is the actually failing check? In that case, should the adjustment be in that function?


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

https://reviews.llvm.org/D157826



More information about the llvm-commits mailing list