[all-commits] [llvm/llvm-project] 928c9d: [AMDGPU] Fix some MIR tests (#66090)
Jay Foad via All-commits
all-commits at lists.llvm.org
Tue Sep 12 08:32:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 928c9d6851102dfaca18909cee047bb63cdc05c7
https://github.com/llvm/llvm-project/commit/928c9d6851102dfaca18909cee047bb63cdc05c7
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M llvm/test/CodeGen/AMDGPU/twoaddr-fma-f64.mir
M llvm/test/CodeGen/AMDGPU/twoaddr-mad.mir
Log Message:
-----------
[AMDGPU] Fix some MIR tests (#66090)
Fix some problems in hand written MIR tests that only showed up when I
tried to run LiveIntervals on them, after which they failed machine
verification with "Use not jointly dominated by defs" errors.
More information about the All-commits
mailing list