[PATCH] D141053: [SwiftError] Use IMPLICIT_DEF as a definition for unreachable VReg uses

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 10:30:39 PST 2023


compnerd added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/swift-error-unreachable-use.ll:27
+; CHECK-APPLE-NEXT:  LBB0_3: ; %thirtythree.preheader
+; CHECK-APPLE-NEXT:    b LBB0_1
+  br label %thirtyeight
----------------
Why not use a regex group to handle the comment leader?  These are identical.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141053



More information about the llvm-commits mailing list