[all-commits] [llvm/llvm-project] cd75b7: [X86] Fix a few issues in the evex-to-vex-compress...
topperc via All-commits
all-commits at lists.llvm.org
Sat May 2 18:02:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cd75b740730ed5bafa6d326b30b72ea55030e099
https://github.com/llvm/llvm-project/commit/cd75b740730ed5bafa6d326b30b72ea55030e099
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-05-02 (Sat, 02 May 2020)
Changed paths:
M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
Log Message:
-----------
[X86] Fix a few issues in the evex-to-vex-compress.mir test.
Don't use $noreg for instructions that take register inputs.
Only allow $noreg for parts of memory operands.
Don't use index register with $rip base.
Use RETQ instead of the RET pseudo. This pass is after the
ExpandPseudo pass that converts RET to RETQ.
More information about the All-commits
mailing list