[PATCH] D148225: ValueTracking: Handle shufflevector in computeKnownFPClass

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 05:09:35 PDT 2023


RKSimon added a comment.

Add test coverage for demanded elts that include a undef shuffle mask value?



================
Comment at: llvm/test/Transforms/Attributor/nofpclass.ll:915
+; FIXME: Doesn't actually reach computeKnownFPClass
+define <4 x float> @shufflevector_constexpr() {
+; CHECK: Function Attrs: nofree norecurse nosync nounwind willreturn memory(none)
----------------
pre-commit these and rebase to show the diff


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

https://reviews.llvm.org/D148225



More information about the llvm-commits mailing list