[all-commits] [llvm/llvm-project] 1f30eb: [llvm-tblgen] Fix copy+paste typo in CodeGenSchedM...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Aug 8 09:52:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f30ebc898b744688615550dca80ce1f05b57aec
https://github.com/llvm/llvm-project/commit/1f30ebc898b744688615550dca80ce1f05b57aec
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-08-08 (Mon, 08 Aug 2022)
Changed paths:
M llvm/utils/TableGen/CodeGenSchedule.cpp
Log Message:
-----------
[llvm-tblgen] Fix copy+paste typo in CodeGenSchedModels::collectLoadStoreQueueInfo
Confirmed with @andreadb - repeated PM.LoadQueue->getLoc() should have been PM.StoreQueue->getLoc()
Found by coverity
More information about the All-commits
mailing list