[PATCH] D65542: [PeepholeOptimizer] Don't assume bitcast def always has input
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 10:09:27 PDT 2019
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/bitcast-peelhole.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; REQUIRES: asserts
----------------
Typo in testname: peelhole
================
Comment at: llvm/test/CodeGen/PowerPC/bitcast-peelhole.ll:13
+ ret < 4 x i32> <i32 -1, i32 -1,i32 -1,i32 -1 >
+}
----------------
I would expect this to go in a pre-existing test, and to add a MIR test for this specifically
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65542/new/
https://reviews.llvm.org/D65542
More information about the llvm-commits
mailing list