[all-commits] [llvm/llvm-project] 5f7772: [Tests] Add test coverage for prefix selection logic
Philip Reames via All-commits
all-commits at lists.llvm.org
Mon Mar 16 17:27:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5f7772004b1a6d7e88860eda2e8a4810c44e1528
https://github.com/llvm/llvm-project/commit/5f7772004b1a6d7e88860eda2e8a4810c44e1528
Author: Philip Reames <listmail at philipreames.com>
Date: 2020-03-16 (Mon, 16 Mar 2020)
Changed paths:
A llvm/test/MC/X86/prefix-padding-32.s
A llvm/test/MC/X86/prefix-padding-64.s
Log Message:
-----------
[Tests] Add test coverage for prefix selection logic
Note that I'm not asserting this code is correct; I'm simply adding coverage for what's there already. I'm reasonable sure the logic works for existing relaxable instructions, but I wouldn't be suprised if there were incorrect cases for other instructions. (i.e. is it legal to add prefixes to all instructions?)
More information about the All-commits
mailing list