[PATCH] D72303: [BranchAlign] Compiler support for suppressing branch align
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 09:52:51 PST 2020
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/X86/align-branch-boundary-noautopadding.ll:12
+; CHECK: 1: callq
+; CHECK: 6: callq
+; CHECK: b: callq
----------------
`CHECK-NEXT:` will be better.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72303/new/
https://reviews.llvm.org/D72303
More information about the llvm-commits
mailing list