[PATCH] D79790: [ValueTracking] Fix crash in isGuaranteedNotToBeUndefOrPoison when V is in an unreachable block

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 12 18:20:42 PDT 2020


aqjune marked 2 inline comments as done.
aqjune added inline comments.


================
Comment at: llvm/test/Transforms/DivRemPairs/pr45885.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -div-rem-pairs -S -mtriple=aarch64-unknown-linux-gnu | FileCheck %s
+
----------------
nikic wrote:
> This needs REQUIRES. It probably makes more sense to target x86 and put it in the X86 directory.
Put it into PowerPC instead, as the input did not cause crash in X86


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79790





More information about the llvm-commits mailing list