[PATCH] D76475: [X86][MC] Disable Prefix padding after hardcode/prefix

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 28 14:00:04 PDT 2020


craig.topper added inline comments.


================
Comment at: llvm/test/MC/X86/align-via-padding-corner.s:5
+  # The first test check the correctness cornercase - can't add prefixes on a
+  # a instruction following by a prefix.
+  .globl labeled_prefix_test
----------------
There is an 'a' before and after the line break so this says "on a a instruction"


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76475





More information about the llvm-commits mailing list