diff options
author | Craig Topper <craig.topper@gmail.com> | 2020-04-17 20:45:58 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2020-04-17 21:55:44 -0700 |
commit | 31a166e4cb913ff10af23b0968963d52b05a3ac5 (patch) | |
tree | 32bf16ff388f370a8da864b41913dc8cd57eb253 /clang/lib/Lex/ModuleMap.cpp | |
parent | a0d5e5496621700b26d234a948f9c99b08a8a319 (diff) | |
download | llvm-31a166e4cb913ff10af23b0968963d52b05a3ac5.zip llvm-31a166e4cb913ff10af23b0968963d52b05a3ac5.tar.gz llvm-31a166e4cb913ff10af23b0968963d52b05a3ac5.tar.bz2 |
[X86] Clean up some mir tests with INLINEASM to avoid regdef or to correct the immediate for the regdef.
The immediate used for the regdef is the encoding for the register
class in the enum generated by tablegen. This encoding will change
any time a new register class is added. Since the number is part
of the input, this means it can become stale.
This change modifies some test to avoid this kind of immediate
all together. And updates one test to use the current encoding of
GR64.
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions