[all-commits] [llvm/llvm-project] e50b14: [RISCV] Remove true_mask patterns for VRGATHER.
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Jun 21 12:00:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e50b141a13dcfb8938422484d3719d18416ba5ca
https://github.com/llvm/llvm-project/commit/e50b141a13dcfb8938422484d3719d18416ba5ca
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-06-21 (Tue, 21 Jun 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
Log Message:
-----------
[RISCV] Remove true_mask patterns for VRGATHER.
These can be handled by the post-isel peephole.
Commit: 0af19ef9ff5364f76f682259f9c7f5579aa95696
https://github.com/llvm/llvm-project/commit/0af19ef9ff5364f76f682259f9c7f5579aa95696
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-06-21 (Tue, 21 Jun 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
Log Message:
-----------
[RISCV] Remove true_mask patterns for VRGATHERE16..
After adding it to the table so the post-isel peephole can handle it.
Compare: https://github.com/llvm/llvm-project/compare/858e8b17f736...0af19ef9ff53
More information about the All-commits
mailing list