[PATCH] D79790: [ValueTracking] Fix crash in isGuaranteedNotToBeUndefOrPoison when V is in an unreachable block
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 12 12:21:52 PDT 2020
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LG apart from the test issue.
================
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
+
----------------
This needs REQUIRES. It probably makes more sense to target x86 and put it in the X86 directory.
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