[llvm] [CodeGen] Use TargetLowering for TypeInfo of PointerTy (PR #93469)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 08:17:03 PDT 2024
================
@@ -0,0 +1,31 @@
+; RUN: opt < %s -passes="loop-vectorize"
----------------
arsenm wrote:
Don't need the quotes. Also should use file check for something on the output. Alternatively, since this was an assertion in the cost model, can you get this down to one operation following along with test/Analysis/CostModel tests?
https://github.com/llvm/llvm-project/pull/93469
More information about the llvm-commits
mailing list