[all-commits] [llvm/llvm-project] 65f946: [RISCV] Fix some GlobalISel tests using -march ins...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Thu Oct 19 16:47:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65f946cba4085d3d3054a0db3ed0e4006b6cf783
https://github.com/llvm/llvm-project/commit/65f946cba4085d3d3054a0db3ed0e4006b6cf783
Author: Amara Emerson <amara at apple.com>
Date: 2023-10-19 (Thu, 19 Oct 2023)
Changed paths:
M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/icmp-rv32.mir
M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/icmp-rv64.mir
M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/ptradd-rv32.mir
M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/ptradd-rv64.mir
Log Message:
-----------
[RISCV] Fix some GlobalISel tests using -march instead of -mtriple.
This caused llc to assume the wrong target triple and broke some internal
AS sanitizer bots.
More information about the All-commits
mailing list