[llvm] [SDAG] Remove noundef workaround for range metadata/attributes (PR #141745)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed May 28 08:19:24 PDT 2025


================
@@ -48,7 +48,7 @@ entry:
 
 ; CHECK-LABEL: {{^}}test_call_known_max_range_attr_no_noundef:
 ; CHECK: bl foo
-; CHECK: and w{{[0-9]+}}, w0, #0x3ff
+; CHECK-NOT: and
----------------
arsenm wrote:

comprehensive -NEXT checks would be better 

https://github.com/llvm/llvm-project/pull/141745


More information about the llvm-commits mailing list