[PATCH] D148186: ValueTracking: Handle insertelement in computeKnownFPClass
Joshua Cranmer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 14 12:47:14 PDT 2023
jcranmer-intel added inline comments.
================
Comment at: llvm/lib/Analysis/ValueTracking.cpp:4515
+ case Instruction::InsertElement: {
+ assert(Known.isUnknown());
+
----------------
This assert should be moved out of the switch statement, I think.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148186/new/
https://reviews.llvm.org/D148186
More information about the llvm-commits
mailing list