[PATCH] D159406: [SelectionDAG] Generalise SelectionDAG::computeOverflowKind to support other opcodes

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 02:20:51 PDT 2023


RKSimon added a comment.

You're almost there - if you run `ninja check-llvm-codegen` you should only see 1 failure:

  Failed Tests (1):
    LLVM :: CodeGen/X86/combine-mulo.ll

You can then regenerate that test file with the llvm-project\llvm\utils\update_llc_test_checks.py script:

  cd llvm/test/CodeGen/X86
  <pathto>\update_llc_test_checks.py --llc-binary=<pathto>\llc combine-mulo.ll

(replacing the pathto bits)


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

https://reviews.llvm.org/D159406



More information about the llvm-commits mailing list