[PATCH] D122090: [PPCISelLowering] Avoid emitting calls to __multi3, __muloti4

Aaron Puchert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 20 06:34:22 PDT 2022


aaronpuchert added a comment.

I was also wondering if we could block the overflow intrinsics only if `Subtarget.getTargetTriple().isGNUEnvironment()` is true, but we can also discuss this separately. (That would affect all targets then, I guess.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122090



More information about the llvm-commits mailing list